Thread Local Storage: Difference between revisions
Document exception handler fields |
m Fix sizes |
||
| Line 18: | Line 18: | ||
|- | |- | ||
| 0x40 | | 0x40 | ||
| | | 0x04 | ||
| Exception handler return address | | Exception handler return address | ||
|- | |- | ||
| 0x44 | | 0x44 | ||
| | | 0x04 | ||
| Exception handler SP control (1 = use aligned SP, other = use arbitrary memory, must be mapped & RW) | | Exception handler SP control (1 = use aligned SP, other = use arbitrary memory, must be mapped & RW) | ||
|- | |- | ||
| 0x48 | | 0x48 | ||
| | | 0x04 | ||
| Exception handler [[ERR:Throw#Exception|context]] control (0 = use SP control memory, 1 = use aligned SP, other = use arbitrary memory, must be mapped & RW) | | Exception handler [[ERR:Throw#Exception|context]] control (0 = use SP control memory, 1 = use aligned SP, other = use arbitrary memory, must be mapped & RW) | ||
|- | |- | ||
| 0x4C | | 0x4C | ||
| | | 0x34 | ||
| Undefined | | Undefined | ||
|- | |- | ||