diff options
author | Ash Wolf <ninji@wuffs.org> | 2022-12-29 12:32:55 +0000 |
---|---|---|
committer | Ash Wolf <ninji@wuffs.org> | 2022-12-29 12:32:55 +0000 |
commit | fcfbafff31869ed808bff0639532db1828660e92 (patch) | |
tree | 7425b346b031c4cb47a06250b3f6f950374d44ae /compiler_and_linker/unsorted/ValueNumbering.c | |
parent | bc1321735c15104ffad195e1509cab5f3a044260 (diff) | |
download | MWCC-fcfbafff31869ed808bff0639532db1828660e92.tar.gz MWCC-fcfbafff31869ed808bff0639532db1828660e92.zip |
dump lots more code
Diffstat (limited to 'compiler_and_linker/unsorted/ValueNumbering.c')
-rw-r--r-- | compiler_and_linker/unsorted/ValueNumbering.c | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/compiler_and_linker/unsorted/ValueNumbering.c b/compiler_and_linker/unsorted/ValueNumbering.c index e8e05c6..670471d 100644 --- a/compiler_and_linker/unsorted/ValueNumbering.c +++ b/compiler_and_linker/unsorted/ValueNumbering.c @@ -260,8 +260,7 @@ static int matchvalues(AvailableValue *av, PCode *match) { return 0; break; case PCOp_SYSREG: -#line 572 - CError_FATAL(); + CError_FATAL(572); } } } @@ -511,13 +510,11 @@ static void functioncall(PCode *pcode) { } static void operatefrommemory(PCode *pcode) { -#line 980 - CError_FATAL(); + CError_FATAL(980); } static void operatetomemory(PCode *pcode) { -#line 1011 - CError_FATAL(); + CError_FATAL(1011); } static void propagatecopiesto(PCode *pcode) { |