mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Add -B/--backtrace option to RGBASM and RGBLINK (#1787)
This commit is contained in:
14
test/asm/backtrace-depth.err
Normal file
14
test/asm/backtrace-depth.err
Normal file
@@ -0,0 +1,14 @@
|
||||
warning: You're in too deep! [-Wuser]
|
||||
at backtrace-depth.asm::careful(3)
|
||||
<- backtrace-depth.asm::careful(5)
|
||||
<- backtrace-depth.asm::careful(5)
|
||||
...16 more...
|
||||
<- backtrace-depth.asm::careful(5)
|
||||
<- backtrace-depth.asm(8)
|
||||
FATAL: Recursion limit (64) exceeded
|
||||
at backtrace-depth.asm::recurse(11)
|
||||
<- backtrace-depth.asm::recurse(11)
|
||||
<- backtrace-depth.asm::recurse(11)
|
||||
...60 more...
|
||||
<- backtrace-depth.asm::REPT~1(14)
|
||||
<- backtrace-depth.asm(13)
|
||||
Reference in New Issue
Block a user