mirror of
https://github.com/lupyuen/nuttx-star64.git
synced 2025-01-12 20:58:32 +08:00
Scheme Interpreter crashes on NuttX
This commit is contained in:
parent
6163bb6dd2
commit
55f1702e22
1 changed files with 1 additions and 1 deletions
|
@ -8030,7 +8030,7 @@ Which means Register S2 is 0.
|
|||
|
||||
And `48(s2)` means S2 + 48, which is `0x30`. Yep we have the right line of crashing code!
|
||||
|
||||
TODO: Why did this fail? Is `this_entry` null? Because we ran out of Heap Memory?
|
||||
TODO: Why did this fail? Is `this_entry` null? Because we ran out of Heap Memory? Let's add an assertion check for `this_entry != NULL`
|
||||
|
||||
```text
|
||||
/Users/Luppy/riscv/apps/interpreters/umb-scheme/architecture.c:556
|
||||
|
|
Loading…
Reference in a new issue