added ebreak support

This commit is contained in:
Luxferre
2026-06-18 19:34:05 +03:00
parent 8c8de3bc1c
commit 7368329c16
5 changed files with 15 additions and 4 deletions
+6
View File
@@ -795,6 +795,12 @@ _start:
li a7, 93
ecall
# Unreachable: placed to verify standard/compressed ebreak compilation
ebreak
.option rvc
c.ebreak
.option norvc
report_error:
la a0, str_some_failed
jal print_string