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-08-31 16:24:54 +00:00
2011-09-06 20:17:08 +00:00
2011-08-29 20:41:06 +00:00
2011-09-06 09:48:34 +00:00
2011-08-29 08:58:18 +00:00
2011-09-06 01:19:34 +00:00
2011-09-07 08:54:41 +00:00
2011-09-06 22:41:53 +00:00
2011-08-30 12:04:12 +00:00
Description
No description provided
3.1 GiB
Languages
C 85.3%
Roff 7.2%
Assembly 3.1%
Shell 1.7%
Makefile 1.2%
Other 0.9%