translate: fix an issue with ebp arg
[ia32rtools.git] / tests / reg_call4.expect.c
diff --git a/tests/reg_call4.expect.c b/tests/reg_call4.expect.c
new file mode 100644 (file)
index 0000000..ca8d14b
--- /dev/null
@@ -0,0 +1,8 @@
+void call_test()
+{
+  u32 ebp;
+
+  ebp = 1;
+  ebpcall_func(ebp);  // tailcall
+}
+