Skip to content

Commit

Permalink
Fix cut-&-pasto in example [1]
Browse files Browse the repository at this point in the history
Co-authored-by: Sander de Smalen <[email protected]>
  • Loading branch information
rsandifo-arm and sdesmalen-arm committed Jan 23, 2024
1 parent e01cda9 commit 12fe907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/acle.md
Original file line number Diff line number Diff line change
Expand Up @@ -4705,7 +4705,7 @@ architectural state differently. For example:
void f1() __arm_in("za");
void f2() __arm_out("za");
void f3() __arm_inout("za");
void f3() __arm_preserves("za");
void f4() __arm_preserves("za");
void f5();

void (*ptr1)() __arm_in("za");
Expand Down

0 comments on commit 12fe907

Please sign in to comment.