Generate a call to _divide_by_zero_error on RiscV

This commit is contained in:
2024-10-30 14:12:51 +01:00
parent 6b92e5059c
commit 43882a3a06
11 changed files with 89 additions and 29 deletions

View File

@ -0,0 +1 @@
-129

View File

@ -0,0 +1 @@
129

View File

@ -0,0 +1,3 @@
proc main() {
printi(-0x81);
}

View File

@ -0,0 +1,3 @@
proc main() {
printi(+0x81);
}