Fix an out of date comment in compile.c (GH-91615)

This commit is contained in:
Irit Katriel 2022-04-16 20:40:02 +01:00 committed by GitHub
parent d4c4a76ed1
commit 304f5b63e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -71,7 +71,8 @@
/* Pseudo-instructions used in the compiler,
* but turned into NOPs by the assembler. */
* but turned into NOPs or other instructions
* by the assembler. */
#define SETUP_FINALLY -1
#define SETUP_CLEANUP -2
#define SETUP_WITH -3