added ebreak support
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user