Fix repeated REPT nodes in backtraces

This commit is contained in:
Rangi
2025-10-06 16:36:55 -04:00
parent 0c9920d4a6
commit fba0562650
11 changed files with 145 additions and 55 deletions

View File

@@ -0,0 +1,17 @@
error: assert failure
at rept-trace/a.asm::REPT~4::REPT~3::REPT~2::REPT~1::m(10)
<- rept-trace/a.asm::REPT~4::REPT~3::REPT~2::REPT~1::REPT~1(15)
<- rept-trace/a.asm::REPT~4::REPT~3::REPT~2::REPT~1(14)
<- rept-trace/a.asm::REPT~4::REPT~3::REPT~2(13)
<- rept-trace/a.asm::REPT~4::REPT~3(6)
<- rept-trace/a.asm::REPT~4(4)
<- rept-trace/a.asm(2)
error: assert failure
at rept-trace/a.asm::REPT~4::REPT~3::REPT~2::REPT~1::m(10)
<- rept-trace/a.asm::REPT~4::REPT~3::REPT~2::REPT~1::REPT~2(15)
<- rept-trace/a.asm::REPT~4::REPT~3::REPT~2::REPT~1(14)
<- rept-trace/a.asm::REPT~4::REPT~3::REPT~2(13)
<- rept-trace/a.asm::REPT~4::REPT~3(6)
<- rept-trace/a.asm::REPT~4(4)
<- rept-trace/a.asm(2)
Linking failed with 2 errors