diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-05-28 09:52:21 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-05-28 09:52:21 +0000 |
| commit | dfbe5c12aea7984d4195bea529bb07d6c916a4fa (patch) | |
| tree | dea485a73dc9be9eb098544460a91beeb2003163 /sys/boot | |
| parent | e5a2a8f241501f53b95115a1d5ad5889621e17c4 (diff) | |
Notes
Diffstat (limited to 'sys/boot')
| -rw-r--r-- | sys/boot/alpha/libalpha/pal.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/boot/alpha/libalpha/pal.S b/sys/boot/alpha/libalpha/pal.S index d411318b54ae..79f9306aa5da 100644 --- a/sys/boot/alpha/libalpha/pal.S +++ b/sys/boot/alpha/libalpha/pal.S @@ -44,7 +44,8 @@ #include <machine/asm.h> -inc2: .stabs __FILE__,132,0,0,inc2; .loc 1 __LINE__ +/*inc2: .stabs __FILE__,132,0,0,inc2; .loc 1 __LINE__*/ +inc2: .stabs __FILE__,132,0,0,inc2 /* * alpha_rpcc: read process cycle counter (XXX INSTRUCTION, NOT PALcode OP) */ |
