ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SheepShaver/src/include/emul_op.h
(Generate patch)

Comparing SheepShaver/src/include/emul_op.h (file contents):
Revision 1.1.1.1 by cebix, 2002-02-04T16:58:13Z vs.
Revision 1.2 by gbeauche, 2003-04-12T10:14:09Z

# Line 103 | Line 103 | const uint16 M68K_EMUL_OP_EXTFS_COMM = M
103   const uint16 M68K_EMUL_OP_EXTFS_HFS = M68K_EMUL_BREAK + OP_EXTFS_HFS;
104   const uint16 M68K_EMUL_OP_IDLE_TIME = M68K_EMUL_BREAK + OP_IDLE_TIME;
105  
106 < extern void EmulOp(M68kRegisters *r, uint32 pc, int selector);
106 > extern "C" void EmulOp(M68kRegisters *r, uint32 pc, int selector);
107  
108   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines