aboutsummaryrefslogtreecommitdiff
path: root/gen-i386.h
diff options
context:
space:
mode:
Diffstat (limited to 'gen-i386.h')
-rw-r--r--gen-i386.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/gen-i386.h b/gen-i386.h
new file mode 100644
index 0000000000..a5d7f59898
--- /dev/null
+++ b/gen-i386.h
@@ -0,0 +1,8 @@
+static inline void gen_start(void)
+{
+}
+
+static inline void gen_end(void)
+{
+ *gen_code_ptr++ = 0xc3; /* ret */
+}