Safety commit

This commit is contained in:
Mid
2024-11-20 16:36:17 +02:00
parent 07f6d57aba
commit ba6f9fb6c1
16 changed files with 708 additions and 317 deletions

View File

@@ -29,6 +29,8 @@ static inline int is_xop(AST *e) {
}
}
}
} else if(e->nodeKind == AST_EXPR_STACK_POINTER) {
return XOP_NOT_MEM;
}
return XOP_NOT_XOP;