kernel/eka/euser/epoc/arm/uc_trp.cia
changeset 121 661475905584
parent 0 a41df078684a
child 257 3e88ff8f41d5
equal deleted inserted replaced
120:b42b9ce90ea9 121:661475905584
    20 #include <e32panic.h>
    20 #include <e32panic.h>
    21 #include <u32exec.h>
    21 #include <u32exec.h>
    22 #include "uc_std.h"
    22 #include "uc_std.h"
    23 
    23 
    24 //  With -fvtable-thunks
    24 //  With -fvtable-thunks
    25 const TInt KVTableTrapOffset=8;
    25 //const TInt KVTableTrapOffset=8;
    26 const TInt KVTableLeaveOffset=16;
    26 //const TInt KVTableLeaveOffset=16;
    27 
    27 
    28 //  Without -fvtable-thunks
    28 //  Without -fvtable-thunks
    29 //  const TInt KVTableTrapOffset=12;
    29 //  const TInt KVTableTrapOffset=12;
    30 //  const TInt KVTableLeaveOffset=28;
    30 //  const TInt KVTableLeaveOffset=28;
    31 
    31