aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-m68k.c
diff options
context:
space:
mode:
Diffstat (limited to 'gas/config/tc-m68k.c')
-rw-r--r--gas/config/tc-m68k.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gas/config/tc-m68k.c b/gas/config/tc-m68k.c
index 0cfc1a0..e05d439 100644
--- a/gas/config/tc-m68k.c
+++ b/gas/config/tc-m68k.c
@@ -2648,8 +2648,7 @@ void m68k_ip (instring)
break;
case '_': /* used only for move16 absolute 32-bit address */
tmpreg=get_num(opP->con1,80);
- addword (tmpreg >> 16);
- addword (tmpreg & 0xFFFF);
+ install_operand(s[1], tmpreg);
break;
default:
as_fatal("Internal error: Operand type %c unknown in line %d of file \"%s\"",