From ece21ed36894ffa0bbdeed145f7fedb38888c6c5 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Mon, 10 Aug 2026 23:29:38 -0400 Subject: [PATCH] mark current crashing path. --- code/hello_camera/hello_camera.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code/hello_camera/hello_camera.c b/code/hello_camera/hello_camera.c index 55e9251..8dfd960 100644 --- a/code/hello_camera/hello_camera.c +++ b/code/hello_camera/hello_camera.c @@ -357,6 +357,7 @@ void update(PrimitiveArena* pa, U4* ordering_buf) camera_look_at_c11(& smem.cam, & smem.cube.pos, & v3s4(0, -fp_one, 0)); } // Camera look at (Tape) + if (0) { tb.used = 0; tb_scope_run(& tb) { resolve_look_at(& tb, & smem.cam.look_at, & smem.cam.pos, & smem.cube.pos, & v3s4(0, -fp_one, 0)); @@ -491,7 +492,8 @@ int main(void) pad_bios_init_start(& smem.pad_raw[0], & smem.pad_raw[1]); /* Pre-build the resolve_look_at bundle atoms into the static arena. */ - resolve_look_at_init(); + // TODO(Ed): Investigate this, its causing a crash! + // resolve__look_at_init(); /* Pinned registers for the GPU init atom. */ register U4* io_base_addr rgcc(R_IO_BaseAddr) = u4_r(IO_BASE_ADDR);