From 470517d817ce4d507a750ec0b86c948a4a353594 Mon Sep 17 00:00:00 2001 From: liguo <2925441676@qq.com> Date: Mon, 4 Mar 2024 15:00:52 +0800 Subject: [PATCH] fix hardid to hartid --- chapter3_traps.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chapter3_traps.md b/chapter3_traps.md index ef09b48..1109562 100644 --- a/chapter3_traps.md +++ b/chapter3_traps.md @@ -1960,8 +1960,8 @@ hartid = 1: Enter supervisor mode... hartid = 1: Application: obj/app1 hartid = 1: Application program entry point (virtual address): 0x0000000085000000 hartid = 1: Switch to user mode... -hardid = 0: >>> app0 is expected to be executed by hart0 -hardid = 1: >>> app1 is expected to be executed by hart1 +hartid = 0: >>> app0 is expected to be executed by hart0 +hartid = 1: >>> app1 is expected to be executed by hart1 hartid = 0: User exit with code:0. hartid = 1: User exit with code:0. hartid = 0: shutdown with code:0.