diff options
author | 2003-05-08 19:26:37 +0000 | |
---|---|---|
committer | 2003-05-08 19:26:37 +0000 | |
commit | fb5cc47dba1369a46c8555f5489b4e6ba80fe3fd (patch) | |
tree | 885a32380a09cf2f55c9043a45c44bf448bccf7a | |
parent | sync (diff) | |
download | wireguard-openbsd-fb5cc47dba1369a46c8555f5489b4e6ba80fe3fd.tar.xz wireguard-openbsd-fb5cc47dba1369a46c8555f5489b4e6ba80fe3fd.zip |
'branch absolute linking' instruction is 'bla', not 'bal'.
-rw-r--r-- | sys/arch/powerpc/ddb/db_disasm.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/powerpc/ddb/db_disasm.c b/sys/arch/powerpc/ddb/db_disasm.c index 7e500f02848..8d79f59928b 100644 --- a/sys/arch/powerpc/ddb/db_disasm.c +++ b/sys/arch/powerpc/ddb/db_disasm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: db_disasm.c,v 1.9 2003/05/08 16:25:25 drahn Exp $ */ +/* $OpenBSD: db_disasm.c,v 1.10 2003/05/08 19:26:37 drahn Exp $ */ /* * Copyright (c) 1996, 2001, 2003 Dale Rahn. All rights reserved. * @@ -181,8 +181,8 @@ const struct opcode opcodes[] = { { "addi", 0xfc000000, 0x38000000, " %{D},%{A0}%{SIMM}" }, { "addis", 0xfc000000, 0x3c000000, " %{D},%{A0}%{SIMM}" }, { "sc", 0xffffffff, 0x44000002, "" }, - { "b", 0xfc000000, 0x40000000, "%{BO}%{AA}%{LK} %{BI}%{BD}" }, - { "b", 0xfc000000, 0x48000000, "%{AA}%{LK} %{LI}" }, + { "b", 0xfc000000, 0x40000000, "%{BO}%{LK}%{AA} %{BI}%{BD}" }, + { "b", 0xfc000000, 0x48000000, "%{LK}%{AA} %{LI}" }, { "rlwimi", 0xfc000000, 0x50000000, "%{RC} %{A},%{S},%{SH},%{MB},%{ME}" }, { "rlwinm", 0xfc000000, 0x54000000, "%{RC} %{A},%{S},%{SH},%{MB},%{ME}" }, |