Skip to content

Commit

Permalink
engine: platform: that's why commit --amend and/or rebase --interacti…
Browse files Browse the repository at this point in the history
…ve your fixes in your patches before proposing them
  • Loading branch information
a1batross committed Feb 27, 2024
1 parent bb2753c commit 43bd73f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/platform/platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ qboolean VoiceCapture_Lock( qboolean lock );
"svc 0\n\t" \
: \
: "r"(raise_pid), "r"(raise_tid), "r"(raise_sig) \
: "r0", "r1", "r2", "r7", "memory"
: "r0", "r1", "r2", "r7", "memory" \
); \
} while( 0 )
#define INLINE_NANOSLEEP1() do \
Expand Down

0 comments on commit 43bd73f

Please sign in to comment.