blob: e69400670ab42bfd8adb238d10583a92c4bbd773 (
plain)
1
2
3
4
5
|
# Mistyping V instead of U should trigger an error message
sethi %hi(0x4000V), %g1
# A different error can be expected when there are multiple layers of parentheses.
or %g0, %lo((0x4000V + 0x4U)), %g1
|