Core: #compiler_breakpoint

This commit is contained in:
Krzosa Karol
2023-04-21 15:34:59 +02:00
parent 07dcb418dd
commit 108ec6121e
10 changed files with 27 additions and 15 deletions

View File

@@ -667,7 +667,7 @@ gen_ast(Ast *ast) {
BREAK();
}
CASE(COMPILER_BREAKPOINT, Break) {
CASE(COMPILER_BREAKPOINT_STMT, Break) {
unused(node);
__debugbreak();
BREAK();