aboutsummaryrefslogtreecommitdiff
path: root/i386-gen.c
diff options
context:
space:
mode:
Diffstat (limited to 'i386-gen.c')
-rw-r--r--i386-gen.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/i386-gen.c b/i386-gen.c
index b9dec83..a1ce4c5 100644
--- a/i386-gen.c
+++ b/i386-gen.c
@@ -1126,11 +1126,7 @@ ST_FUNC void gen_vla_alloc(CType *type, int align) {
/* We align to 16 bytes rather than align */
/* and ~15, %esp */
o(0xf0e483);
- /* mov %esp, r */
- o(0x89);
- o(0xe0 | r);
vpop();
- vset(type, r, 0);
#endif
}