diff options
| author | 2007-12-17 16:39:40 +0000 | |
|---|---|---|
| committer | 2007-12-17 16:39:40 +0000 | |
| commit | df34329a478833efbd542a424ce1813a11214d4a (patch) | |
| tree | 97960620a0153b267478c8f9ae93e55582ecaefa /src/emu/cpu/jaguar/jagdasm.c | |
| parent | c82a966b3b72d79ac3ce394980d6b5806e752160 (diff) | |
Changes for MAME 0.121u3.mame0121u3
Diffstat (limited to 'src/emu/cpu/jaguar/jagdasm.c')
| -rw-r--r-- | src/emu/cpu/jaguar/jagdasm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/jaguar/jagdasm.c b/src/emu/cpu/jaguar/jagdasm.c index 7fea6be4e08..94934a3539b 100644 --- a/src/emu/cpu/jaguar/jagdasm.c +++ b/src/emu/cpu/jaguar/jagdasm.c @@ -23,7 +23,7 @@ static const UINT8 convert_zero[32] = { 32,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31 }; -static const char *condition[32] = +static const char *const condition[32] = { "", "nz,", |
