about summary refs log tree commit diff stats
path: root/miasm/tools/emul_lib/libcodenat.h
diff options
context:
space:
mode:
authorserpilliere <devnull@localhost>2013-02-26 10:18:47 +0100
committerserpilliere <devnull@localhost>2013-02-26 10:18:47 +0100
commita1222ab09f5bb3adb01f0a5eaf3c0274e589aeaf (patch)
tree051468e8946cd3f9fc0fa1ec659a70e88ff20b18 /miasm/tools/emul_lib/libcodenat.h
parentf54796472f29bf04a4d3006bee0adf77a9bb2d5f (diff)
downloadfocaccia-miasm-a1222ab09f5bb3adb01f0a5eaf3c0274e589aeaf.tar.gz
focaccia-miasm-a1222ab09f5bb3adb01f0a5eaf3c0274e589aeaf.zip
ia32_arch: add lar
Diffstat (limited to 'miasm/tools/emul_lib/libcodenat.h')
-rw-r--r--miasm/tools/emul_lib/libcodenat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/miasm/tools/emul_lib/libcodenat.h b/miasm/tools/emul_lib/libcodenat.h
index d0f4930a..84741a73 100644
--- a/miasm/tools/emul_lib/libcodenat.h
+++ b/miasm/tools/emul_lib/libcodenat.h
@@ -514,6 +514,8 @@ double fadd(double a, double b);
 unsigned int double_to_mem_32(double d);
 uint64_t double_to_mem_64(double d);
 
+unsigned int access_segment(unsigned int d);
+unsigned int access_segment_ok(unsigned int d);
 
 #define shift_right_arith_08(a, b)\
 	((((char)(a)) >> ((int)(b)&0x1f))&0xff)