diff options
Diffstat (limited to 'target-i386/helper.h')
-rw-r--r-- | target-i386/helper.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target-i386/helper.h b/target-i386/helper.h new file mode 100644 index 0000000000..1b247dbf5b --- /dev/null +++ b/target-i386/helper.h @@ -0,0 +1,4 @@ +#define TCG_HELPER_PROTO + +void TCG_HELPER_PROTO helper_divl_EAX_T0(target_ulong t0); +void TCG_HELPER_PROTO helper_idivl_EAX_T0(target_ulong t0); |