Skip to content

Commit

Permalink
Fix cut-&-pasto in example [2]
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 12fe907 commit f97265a
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 @@ -4712,7 +4712,7 @@ architectural state differently. For example:
void (*ptr2)() __arm_out("za");
void (*ptr3)() __arm_inout("za");
void (*ptr4)() __arm_preserves("za");
void (*ptr4)();
void (*ptr5)();

void test() {
ptr1 = f1; // OK
Expand Down

0 comments on commit f97265a

Please sign in to comment.