Remove remaining 'register' instructions.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 0087f22b73)
r14.0.x
Michele Calgaro 4 years ago
parent 88691128ab
commit 61bec1acc6
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -565,7 +565,7 @@ namespace KPIM {
void RevPush(const Prob *p);
void BigPush(Prob *p);
int BigPop(register const Prob *p);
int BigPop(const Prob *p);
void BigDiv(unsigned char a, unsigned char *r);
void BigMul(unsigned char a);
void BigAdd(unsigned char a);

Loading…
Cancel
Save