changeset 2131 | 98f9cef66a34 |
parent 1 | 489c9b5090e2 |
child 5547 | f4b087cbb361 |
2130:f935aa562118 | 2131:98f9cef66a34 |
---|---|
21 * have any questions. |
21 * have any questions. |
22 * |
22 * |
23 */ |
23 */ |
24 |
24 |
25 // An ExtendedPC contains the _pc from a signal handler in a platform |
25 // An ExtendedPC contains the _pc from a signal handler in a platform |
26 // independant way. |
26 // independent way. |
27 |
27 |
28 class ExtendedPC VALUE_OBJ_CLASS_SPEC { |
28 class ExtendedPC VALUE_OBJ_CLASS_SPEC { |
29 private: |
29 private: |
30 address _pc; |
30 address _pc; |
31 |
31 |