diff --git a/code/duffle/gen/duffle.macs.h b/code/duffle/gen/duffle.macs.h index a9691b5..c71cbfe 100644 --- a/code/duffle/gen/duffle.macs.h +++ b/code/duffle/gen/duffle.macs.h @@ -83,6 +83,7 @@ WORD_COUNT(mac_insert_ot_tag_f3, 11) , store_word( R_AT, R_T1, O_(PolyTag,code)) /* OrderingTable[OTZ] = PrimCursor */ WORD_COUNT(mac_insert_ot_tag_g4, 11) +/* atom_dbg_skip */ #define mac_pack_color_word(off, cmd, r, g, b) \ load_upper_i(R_AT, (cmd) << 8 | (b)) \ , or_i_self( R_AT, ((g) << 8) | (r)) \ diff --git a/code/duffle/lottes_tape.h b/code/duffle/lottes_tape.h index 8966f3a..86aedbb 100644 --- a/code/duffle/lottes_tape.h +++ b/code/duffle/lottes_tape.h @@ -157,7 +157,7 @@ MipsAtomComp_(ac_insert_ot_tag_g4) { /* Words: 3; Emits one (cmd|color) word to R_PrimCursor at the given * byte offset. Internal helper used by the *_format_*_color macros. */ FI_ MipsAtom ac_pack_color_word(U4 off, U4 cmd, U1 r, U1 g, U1 b) -MipsAtomComp_Proc_(ac_pack_color_word, { +atom_dbg_skip MipsAtomComp_Proc_(ac_pack_color_word, { load_upper_i(R_AT, (cmd) << 8 | (b)), or_i_self( R_AT, ((g) << 8) | (r)), store_word( R_AT, R_PrimCursor, (off)), diff --git a/scripts/build_psyq.ps1 b/scripts/build_psyq.ps1 index 352b157..62d9df5 100644 --- a/scripts/build_psyq.ps1 +++ b/scripts/build_psyq.ps1 @@ -140,7 +140,7 @@ function compile-unit { param( $f_arch_no_shared, $f_arch_no_stack_prot ) - # $compile_args += $f_std_c23 + $compile_args += $f_std_c11 $compile_args += ($f_include + $path_psyq_imyu_inc) $compile_args += ($f_include + $path_nugget)