cb49888304
The RCSid is replaced to accomplish this.
29 lines
284 B
ArmAsm
29 lines
284 B
ArmAsm
#include "em_abs.h"
|
|
|
|
# $Header$
|
|
|
|
.globl .lar
|
|
|
|
.lar:
|
|
cmpl r0,$4
|
|
bneq Lillins
|
|
jmp .lar4
|
|
|
|
.globl .sar
|
|
|
|
.sar:
|
|
cmpl r0,$4
|
|
bneq Lillins
|
|
jmp .sar4
|
|
|
|
.globl .aar
|
|
|
|
.aar:
|
|
cmpl r0,$4
|
|
bneq Lillins
|
|
jmp .aar4
|
|
|
|
Lillins:
|
|
pushl $EILLINS
|
|
jmp .fat
|