aboutsummaryrefslogtreecommitdiff
path: root/src/libmach/ureg386.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libmach/ureg386.h')
-rw-r--r--src/libmach/ureg386.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libmach/ureg386.h b/src/libmach/ureg386.h
index 961ef6d0..f5f9a474 100644
--- a/src/libmach/ureg386.h
+++ b/src/libmach/ureg386.h
@@ -29,6 +29,7 @@ struct UregLinux386
ulong ecx;
ulong edx;
ulong esi;
+ ulong edi;
ulong ebp;
ulong eax;
ulong xds;
@@ -43,3 +44,5 @@ struct UregLinux386
ulong xss;
};
+Ureg *_linux2ureg386(UregLinux386*);
+