Convert x86_(push|pop) operations to be explicitly limited to 32-bit and 64-bit values.

This commit is contained in:
Tyler McMullen
2017-12-01 16:55:26 -08:00
committed by Jakob Stoklund Olesen
parent 2f3edc1bc6
commit 4eb9a54096

View File

@@ -100,8 +100,7 @@ fmax = Instruction(
ins=(x, y), outs=a)
Int = TypeVar('Int', 'A scalar integer type', ints=True)
x = Operand('x', Int)
x = Operand('x', iWord)
push = Instruction(
'x86_push', "Pushes onto the stack.",