summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/longlong.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/longlong.h b/gcc/longlong.h
index 602606d907c..e811c736cd1 100644
--- a/gcc/longlong.h
+++ b/gcc/longlong.h
@@ -1040,7 +1040,7 @@
__xx.__i.__h = n1; __xx.__i.__l = n0; \
__asm__ ("ediv %3,%2,%0,%1" \
: "=g" (q), "=g" (r) \
- : "g" (__n1n0.ll), "g" (d)); \
+ : "g" (__xx.__ll), "g" (d)); \
} while (0)
#endif /* __vax__ */