Difference between revisions of "User:Trap2Sig11"

From UNSW PCSoc Wiki
Jump to navigation Jump to search
(Created page with "<mips/trapframe.h> #define EX_TLBL 2 →‎TLB miss on load: <kern/signal.h> #define SIGSEGV 11 →‎Segmentation fault: ")
(No difference)

Revision as of 00:46, 25 August 2018

<mips/trapframe.h>

  1. define EX_TLBL 2 /* TLB miss on load */

<kern/signal.h>

  1. define SIGSEGV 11 /* Segmentation fault */