ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/mon/src/mon_disass.cpp
(Generate patch)

Comparing mon/src/mon_disass.cpp (file contents):
Revision 1.6 by gbeauche, 2002-09-07T12:48:15Z vs.
Revision 1.9 by cebix, 2004-02-12T17:18:03Z

# Line 1 | Line 1
1   /*
2   *  mon_disass.cpp - Disassemblers
3   *
4 < *  cxmon (C) 1997-2002 Christian Bauer, Marc Hellwig
4 > *  cxmon (C) 1997-2004 Christian Bauer, Marc Hellwig
5   *
6   *  This program is free software; you can redistribute it and/or modify
7   *  it under the terms of the GNU General Public License as published by
# Line 182 | Line 182 | int disass_x86(FILE *f, uint32 adr, uint
182  
183          // Disassemble instruction
184          lookup_lowmem = false;
185 <        int num = print_insn_i386(adr, &info);
185 >        int num = print_insn_i386_att(adr, &info);
186  
187          for (int i=0; i<6; i++) {
188                  if (num > i)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines