mirror of
https://github.com/gbdev/rgbds.git
synced 2025-12-03 08:17:47 +00:00
Add -B/--backtrace option to RGBASM and RGBLINK (#1787)
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
warning: rept-line-no.asm(2): [-Wuser]
|
||||
Line 2
|
||||
warning: rept-line-no.asm(3) -> rept-line-no.asm::REPT~1(5): [-Wuser]
|
||||
Line 5
|
||||
warning: rept-line-no.asm(3) -> rept-line-no.asm::REPT~2(5): [-Wuser]
|
||||
Line 5
|
||||
warning: rept-line-no.asm(3) -> rept-line-no.asm::REPT~3(5): [-Wuser]
|
||||
Line 5
|
||||
warning: rept-line-no.asm(8): [-Wuser]
|
||||
Line 8
|
||||
warning: rept-line-no.asm(10) -> rept-line-no.asm::REPT~1(11) -> rept-line-no.asm::REPT~1::REPT~1(12): [-Wuser]
|
||||
Line 12
|
||||
warning: rept-line-no.asm(10) -> rept-line-no.asm::REPT~1(11) -> rept-line-no.asm::REPT~1::REPT~2(12): [-Wuser]
|
||||
Line 12
|
||||
warning: rept-line-no.asm(10) -> rept-line-no.asm::REPT~2(11) -> rept-line-no.asm::REPT~2::REPT~1(12): [-Wuser]
|
||||
Line 12
|
||||
warning: rept-line-no.asm(10) -> rept-line-no.asm::REPT~2(11) -> rept-line-no.asm::REPT~2::REPT~2(12): [-Wuser]
|
||||
Line 12
|
||||
warning: Line 2 [-Wuser]
|
||||
at rept-line-no.asm(2)
|
||||
warning: Line 5 [-Wuser]
|
||||
at rept-line-no.asm::REPT~1(5) <- rept-line-no.asm(3)
|
||||
warning: Line 5 [-Wuser]
|
||||
at rept-line-no.asm::REPT~2(5) <- rept-line-no.asm(3)
|
||||
warning: Line 5 [-Wuser]
|
||||
at rept-line-no.asm::REPT~3(5) <- rept-line-no.asm(3)
|
||||
warning: Line 8 [-Wuser]
|
||||
at rept-line-no.asm(8)
|
||||
warning: Line 12 [-Wuser]
|
||||
at rept-line-no.asm::REPT~1::REPT~1::REPT~1(12) <- rept-line-no.asm::REPT~1(11) <- rept-line-no.asm(10)
|
||||
warning: Line 12 [-Wuser]
|
||||
at rept-line-no.asm::REPT~1::REPT~1::REPT~2(12) <- rept-line-no.asm::REPT~1(11) <- rept-line-no.asm(10)
|
||||
warning: Line 12 [-Wuser]
|
||||
at rept-line-no.asm::REPT~2::REPT~2::REPT~1(12) <- rept-line-no.asm::REPT~2(11) <- rept-line-no.asm(10)
|
||||
warning: Line 12 [-Wuser]
|
||||
at rept-line-no.asm::REPT~2::REPT~2::REPT~2(12) <- rept-line-no.asm::REPT~2(11) <- rept-line-no.asm(10)
|
||||
|
||||
Reference in New Issue
Block a user