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

Comparing BasiliskII/src/Unix/sigsegv.cpp (file contents):
Revision 1.45 by gbeauche, 2004-01-21T23:50:06Z vs.
Revision 1.46 by gbeauche, 2004-01-22T00:00:55Z

# Line 919 | Line 919 | static bool ix86_skip_instruction(unsign
919                          "r12", "r13", "r14", "r15",
920                  };
921                  const char * reg_str = NULL;
922 <                switch (transfer_size) {
922 >                switch (target_size) {
923                  case SIZE_BYTE:
924                          reg_str = x86_byte_reg_str_map[(!has_rex && reg >= 4 ? 12 : 0) + reg];
925                          break;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines