Skip to content

Commit

Permalink
Fix redord typo
Browse files Browse the repository at this point in the history
  • Loading branch information
VisualEhrmanntraut committed Aug 18, 2024
1 parent c425a1e commit b9616b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/arm/apple-silicon/sep-sim.c
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ enum {
XART_OP_ACK = 0,
XART_OP_GET_XART = 0,
XART_OP_SET_XART = 1,
XART_OP_GET_LOCKER_REDORD = 5,
XART_OP_GET_LOCKER_RECORD = 5,
XART_OP_ADD_LOCKER_RECORD = 6,
XART_OP_DELETE_LOCKER_RECORD = 7,
XART_OP_LYNX_AUTHENTICATE = 9,
Expand Down

0 comments on commit b9616b0

Please sign in to comment.