Prevented looping of the code generator on illegal zer instructions
This commit is contained in:
parent
428b24d51b
commit
e796cb0f27
1 changed files with 1 additions and 1 deletions
|
@ -2059,7 +2059,7 @@ zrf $1==8 | | allocate(QREG)
|
|||
zer $1==4 | | | {CONST4,0} | |
|
||||
zer $1==8 | | allocate(QREG)
|
||||
"clrq\t%[a]" | %[a] | |
|
||||
zer $1<=32 | STACK |
|
||||
zer $1>8&&$1<=32 | STACK |
|
||||
"clrq\t-(sp)" | | zer $1-8 |
|
||||
zer defined($1) | STACK |
|
||||
move({CONST4,$1/4},R0)
|
||||
|
|
Loading…
Reference in a new issue