From 7631938e96f5d5c29f0ffea8543f652983480952 Mon Sep 17 00:00:00 2001 From: Nathan Froyd Date: Mon, 12 Jan 2009 20:04:36 +0000 Subject: [PATCH] * ppc-instructions (sync): Add L field. --- sim/ppc/ChangeLog | 4 ++++ sim/ppc/ppc-instructions | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog index 6e0febf..0fbace9 100644 --- a/sim/ppc/ChangeLog +++ b/sim/ppc/ChangeLog @@ -1,3 +1,7 @@ +2009-01-12 Nathan Froyd + + * ppc-instructions (sync): Add L field. + 2008-12-15 Joel Sherrill * ppc-instructions, ppc-spr-table: Add ability diff --git a/sim/ppc/ppc-instructions b/sim/ppc/ppc-instructions index 66c26fc..b025f86 100644 --- a/sim/ppc/ppc-instructions +++ b/sim/ppc/ppc-instructions @@ -2494,7 +2494,7 @@ void::function::invalid_zero_divide_operation:cpu *processor, unsigned_word cia, } PPC_INSN_INT(0, (RA_BITMASK & ~1) | RB_BITMASK | RS_BITMASK, 1/*Rc*/); -0.31,6./,11./,16./,21.598,31./:X::sync:Synchronize +0.31,6./,9.L,11./,16./,21.598,31./:X::sync:Synchronize *601: PPC_UNIT_IU, PPC_UNIT_IU, 1, 1, 0 *603: PPC_UNIT_SRU, PPC_UNIT_SRU, 1, 1, 0 *603e:PPC_UNIT_SRU, PPC_UNIT_SRU, 1, 1, 0 -- 2.7.4