You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for reaching out.
Just curious, is this failing in compilation or just in the way that this file is being displayed?
Edit: Looks like the code generation file on our side was inconsistent with the handling of potential escape sequences.
The fix will be propagated here.
Hello,
There is a small bug inside ".macro CRITICAL_SECTION_LR_SC " defination:
For example:
riscv_arch_tests/riscv_tests/bare_metal/machine/paging_bare/rv_a/rv64a_0.S
Line 670 in e08351a
li eturn_val_reg, 0 # Set return to success.
should be :
li \return_val_reg, 0 # Set return to success.
The text was updated successfully, but these errors were encountered: