mirror of
https://github.com/gbdev/rgbds.git
synced 2025-12-03 08:17:47 +00:00
Test that OPT r fails immediately if the recursion depth is already exceeded
Fixes #1034
This commit is contained in:
2
test/asm/opt-r-decrease.err
Normal file
2
test/asm/opt-r-decrease.err
Normal file
@@ -0,0 +1,2 @@
|
||||
FATAL: opt-r-decrease.asm(11) -> opt-r-decrease.asm::m(7) -> opt-r-decrease.asm::m(7) -> opt-r-decrease.asm::m(7) -> opt-r-decrease.asm::m(7) -> opt-r-decrease.asm::m(7) -> opt-r-decrease.asm::m(7) -> opt-r-decrease.asm::m(7) -> opt-r-decrease.asm::m(7) -> opt-r-decrease.asm::m(7) -> opt-r-decrease.asm::m(4):
|
||||
Recursion limit (9) exceeded
|
||||
Reference in New Issue
Block a user