Skip to content

Commit

Permalink
svc: WaitIfEqual64 is value 3
Browse files Browse the repository at this point in the history
  • Loading branch information
SciresM committed Oct 9, 2024
1 parent 99a3b90 commit 1fff85a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nx/include/switch/kernel/svc.h
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ typedef enum {
ArbitrationType_WaitIfLessThan = 0, ///< Wait if the 32-bit value is less than argument.
ArbitrationType_DecrementAndWaitIfLessThan = 1, ///< Decrement the 32-bit value and wait if it is less than argument.
ArbitrationType_WaitIfEqual = 2, ///< Wait if the 32-bit value is equal to argument.
ArbitrationType_WaitIfEqual64 = 2, ///< [19.0.0+] Wait if the 64-bit value is equal to argument.
ArbitrationType_WaitIfEqual64 = 3, ///< [19.0.0+] Wait if the 64-bit value is equal to argument.
} ArbitrationType;

/// Context of a scheduled thread.
Expand Down

0 comments on commit 1fff85a

Please sign in to comment.