summaryrefslogtreecommitdiff
path: root/mpn/pa32
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2002-12-04 16:05:35 +0100
committertege <tege@gmplib.org>2002-12-04 16:05:35 +0100
commitd0f4fe12ea9440e4a47762b23d3164d3ab3ab071 (patch)
tree10e62a7bacf86c819749db6bd46f7e57a6bd11d2 /mpn/pa32
parent1992fa7f0b6685f1f24c13931a6d5372482d462d (diff)
downloadgmp-d0f4fe12ea9440e4a47762b23d3164d3ab3ab071.tar.gz
Don't wrap symbol to INT64 in L() stuff.
Diffstat (limited to 'mpn/pa32')
-rw-r--r--mpn/pa32/hppa1_1/udiv.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpn/pa32/hppa1_1/udiv.asm b/mpn/pa32/hppa1_1/udiv.asm
index 091af4bc8..690a9b338 100644
--- a/mpn/pa32/hppa1_1/udiv.asm
+++ b/mpn/pa32/hppa1_1/udiv.asm
@@ -37,7 +37,7 @@ C absolute offsets. Fragile to be sure, but nothing else seems to work.
ASM_START()
ifdef(`PIC',`',
` RODATA
- INT64(L(0000), 0x43f00000, 0x0) C 2^64
+ INT64(0000, 0x43f00000, 0x0) C 2^64
')
PROLOGUE(mpn_udiv_qrnnd)