engine: platform: that's why commit --amend and/or rebase --interactive your fixes in your patches before proposing them

This commit is contained in:
Alibek Omarov 2024-02-27 04:59:44 +03:00
parent bb2753cbfc
commit 43bd73f37b
1 changed files with 1 additions and 1 deletions

View File

@ -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 \