コード例 #1
0
//
// Default morpher callback
//
static OR1K_DISPATCH_FN(morphDefault) {

    // print message warning about the undecoded instruction
    vmimtArgProcessor();
    vmimtArgUns32((Uns32)thisPC);
    vmimtArgUns32(instr);
    vmimtCall((vmiCallFn)undecoded);
}
コード例 #2
0
ファイル: coldfireMorph.c プロジェクト: PandRaid/coldfire
//
// Default morpher callback
//
static COLDFIRE_DISPATCH_FN(morphDefault) {

    // print message warning about the undecoded instruction
    vmimtArgProcessor();
    vmimtArgUns32(info->thisPC);
    vmimtArgUns32(info->instruction);
    vmimtCall((vmiCallFn)undecoded);
}