pcsx2: use ASCII minus

This commit is contained in:
Gregory Hainaut 2016-11-08 23:09:20 +01:00
parent 784f549339
commit f6c27c2abf
1 changed files with 1 additions and 1 deletions

View File

@ -509,7 +509,7 @@ void rpsxDIV_const()
u32 lo, hi; u32 lo, hi;
/* /*
* Normally, when 0x80000000(2147483648), the signed minimum value, is divided by 0xFFFFFFFF(1), the * Normally, when 0x80000000(-2147483648), the signed minimum value, is divided by 0xFFFFFFFF(-1), the
* operation will result in overflow. However, in this instruction an overflow exception does not occur and the * operation will result in overflow. However, in this instruction an overflow exception does not occur and the
* result will be as follows: * result will be as follows:
* Quotient: 0x80000000 (2147483648), and remainder: 0x00000000 (0) * Quotient: 0x80000000 (2147483648), and remainder: 0x00000000 (0)