about summary refs log tree commit diff stats
path: root/miasm/tools/emul_lib/libcodenat.h
diff options
context:
space:
mode:
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)