Commit 86dc0b9e authored by xxy's avatar xxy
Browse files

my work on lab1_2 is done.

Showing with 2 additions and 2 deletions
+2 -2
......@@ -31,8 +31,8 @@ void handle_mtrap() {
case CAUSE_ILLEGAL_INSTRUCTION:
// TODO (lab1_2): call handle_illegal_instruction to implement illegal instruction
// interception, and finish lab1_2.
panic( "call handle_illegal_instruction to accomplish illegal instruction interception for lab1_2.\n" );
// panic( "call handle_illegal_instruction to accomplish illegal instruction interception for lab1_2.\n" );
handle_illegal_instruction(); // 调用非法指令处理函数
break;
case CAUSE_MISALIGNED_LOAD:
handle_misaligned_load();
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment