--- trunk/src/cpus/cpu_m68k.c 2007/10/08 16:20:58 32 +++ trunk/src/cpus/cpu_m68k.c 2007/10/08 16:21:17 34 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2006 Anders Gavare. All rights reserved. + * Copyright (C) 2005-2007 Anders Gavare. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ * SUCH DAMAGE. * * - * $Id: cpu_m68k.c,v 1.14 2006/09/19 10:50:08 debug Exp $ + * $Id: cpu_m68k.c,v 1.16 2006/12/30 13:30:54 debug Exp $ * * Motorola 68K CPU emulation. */ @@ -276,7 +276,8 @@ if (ib[1] >= 0x50 && ib[1] <= 0x57) { print_two(ib, &len); print_spaces(len); - debug("linkw\t%%%s,#%i\n", m68k_aname[ib[1] & 7], + debug("linkw\t%%%s,#%i\n", + m68k_aname[ib[1] & 7], ((ib[2] << 8) + ib[3])); } else if (ib[1] >= 0x58 && ib[1] <= 0x5f) { print_spaces(len);