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
compilation error in function main:
stack allocation: pa (defined at "ble.jazz", line 4 (4-6)) is a stack pointer, it should
not appear in an expression
where it's not clear that the problem is that it is stack instead of reg, and also not clear where the expression part comes from (I can't tell from the code either). Doesn't the first error message work for both cases?
The text was updated successfully, but these errors were encountered:
This program
gives
which makes sense.
But this one
gives
where it's not clear that the problem is that it is
stack
instead ofreg
, and also not clear where the expression part comes from (I can't tell from the code either). Doesn't the first error message work for both cases?The text was updated successfully, but these errors were encountered: