mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Core: Remove disallowed register.
This commit is contained in:
parent
faf7fc7aea
commit
8b7ccfeca5
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ static inline s16 clamp_s16(int i) {
|
|||
|
||||
static inline s16 ApplySampleVolume(s16 sample, int vol) {
|
||||
#if PPSSPP_ARCH(ARM) && !defined(_MSC_VER)
|
||||
register int r;
|
||||
int r;
|
||||
asm volatile("smulwb %0, %1, %2\n\t" \
|
||||
"ssat %0, #16, %0" \
|
||||
: "=r"(r) : "r"(vol), "r"(sample));
|
||||
|
|
Loading…
Add table
Reference in a new issue