mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-12-16 04:08:48 +00:00
dev9ghzdrk: Remove obsoleted keyword for Clang. (#3768)
This commit is contained in:
parent
441602aee0
commit
00cc4362e8
@ -257,7 +257,7 @@ static unsigned char xor_table[256]={
|
||||
0x00, 0x87, 0x96, 0x11, 0xA5, 0x22, 0x33, 0xB4, 0xB4, 0x33, 0x22, 0xA5, 0x11, 0x96, 0x87, 0x00};
|
||||
|
||||
static void xfromman_call20_calculateXors(unsigned char buffer[128], unsigned char blah[4]){
|
||||
register unsigned char a=0, b=0, c=0, i;
|
||||
unsigned char a=0, b=0, c=0, i;
|
||||
|
||||
for (i=0; i<128; i++){
|
||||
a ^= xor_table[buffer[i]];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user