Moved register state to scopes
This commit is contained in:
@ -169,7 +169,7 @@ func (a Assembler) Finalize() ([]byte, []byte) {
|
||||
code = x64.Syscall(code)
|
||||
|
||||
default:
|
||||
panic("Unknown mnemonic: " + x.Mnemonic.String())
|
||||
panic("unknown mnemonic: " + x.Mnemonic.String())
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user