reinoud f8307eddb0 Fix the illegal instruction return address. It was using the value of the
cpu's %cr2 register but thats not valid:

CR2 Contains a value called Page Fault Linear Address (PFLA). When a page
fault occurs, the address the program attempted to access is stored in the CR2
register.

And this is thus NOT the illegal instruction address!
2011-09-07 09:24:55 +00:00
..
2011-09-05 12:19:09 +00:00
2011-09-06 01:16:43 +00:00
2011-09-06 16:41:55 +00:00