diff options
Diffstat (limited to 'x86_64')
| -rw-r--r-- | x86_64/emit.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/x86_64/emit.c b/x86_64/emit.c index 89585b8..125cef5 100644 --- a/x86_64/emit.c +++ b/x86_64/emit.c @@ -1164,12 +1164,6 @@ emitinstr(uchar **pcode, struct function *fn, struct block *blk, int curi, struc Xxor(pcode, cls, l, r); } break; - case Oxsave: - Xpush(pcode, mkregoper(ins->l).reg); - break; - case Oxrestore: - Xpop(pcode, mkregoper(ins->l).reg); - break; case Ocall: Xcall(pcode, KPTR, ref2oper(ins->l)); break; |