Implemented more arm64 instructions
This commit is contained in:
@ -99,7 +99,7 @@ func (c *compiler) compileX86(x asm.Instruction) {
|
||||
c.dllCall(x)
|
||||
|
||||
case asm.JE, asm.JNE, asm.JG, asm.JGE, asm.JL, asm.JLE, asm.JUMP:
|
||||
c.jump(x)
|
||||
c.jumpX86(x)
|
||||
|
||||
case asm.LABEL:
|
||||
label := c.assembler.Param.Label[x.Index]
|
||||
|
Reference in New Issue
Block a user