Commit 53c30e2
Debugger::printValue now uses a decimal representation for all datatypes
This simplifies the frontend which no longer has to parse the value of
a stack element in hex if it's a float or in decimal if it's an
integer. It can just always parse it as a decimal.1 parent 8a3b151 commit 53c30e2
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
394 | 394 | | |
395 | 395 | | |
396 | 396 | | |
397 | | - | |
| 397 | + | |
398 | 398 | | |
399 | 399 | | |
400 | 400 | | |
401 | | - | |
| 401 | + | |
402 | 402 | | |
403 | 403 | | |
404 | 404 | | |
405 | | - | |
| 405 | + | |
406 | 406 | | |
407 | 407 | | |
408 | 408 | | |
| |||
0 commit comments