equal
deleted
inserted
replaced
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 |