mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 872824 - update incorrect comment DONTBUILD
This commit is contained in:
parent
2b8fd32563
commit
dfa0281198
@ -95,8 +95,8 @@ class LDivI : public LBinaryMath<1>
|
||||
}
|
||||
};
|
||||
|
||||
// LSoftDivI is a software divide for architectures before ARMv7 that don't
|
||||
// support a hardware divide instruction.
|
||||
// LSoftDivI is a software divide for ARM cores that don't support a hardware
|
||||
// divide instruction.
|
||||
//
|
||||
// It is implemented as a proper C function so it trashes r0, r1, r2 and r3. The
|
||||
// call also trashes lr, and has the ability to trash ip. The function also
|
||||
|
Loading…
Reference in New Issue
Block a user