1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-06-02 00:41:42 +00:00

Merge branch '821-asm-byte-expressions' into far-call-isolated-updates

This commit is contained in:
jespergravgaard 2023-04-23 10:10:11 +02:00
commit 04c507d047

View File

@ -262,7 +262,6 @@ public class AsmFragmentInstance {
handleTags(data, ctx.ASM_TAG());
return null;
}
@Override
public Object visitAsmInstruction(KickCParser.AsmInstructionContext ctx) {
KickCParser.AsmParamModeContext paramModeCtx = ctx.asmParamMode();