Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
oriansj committed Oct 3, 2022
2 parents 0b42261 + accf40c commit 4e55492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GAS/cc_aarch64.S
Original file line number Diff line number Diff line change
Expand Up @@ -1048,7 +1048,7 @@ statement_if:
b statement_done // be done

statement_do:
adr x0, do_string // Using "do
adr x0, do_string // Using "do"
bl match // IF global_token->S == "do"
cmp x0, 0 // then we have a do statement
b.ne statement_while // otherwise try WHILE
Expand Down

0 comments on commit 4e55492

Please sign in to comment.