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 <sander.desmalen@arm.com>
  • Loading branch information
rsandifo-arm and sdesmalen-arm authored Jan 8, 2024
1 parent 9d319db commit beb4712
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 @@ -4702,7 +4702,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 beb4712

Please sign in to comment.