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