소스 검색

sbi-rt: small fix on symbol names of test logging module

Signed-off-by: Zhouqi Jiang <luojia@hust.edu.cn>
Zhouqi Jiang 1 년 전
부모
커밋
fc65aed368
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      sbi-testing/src/log_test.rs

+ 2 - 2
sbi-testing/src/log_test.rs

@@ -40,10 +40,10 @@ impl Testing {
                 ProbeExtensions(exts) => {
                     info!(target: TARGET, "sbi extensions = {exts}");
                 }
-                GetMVendorId(id) => {
+                GetMvendorId(id) => {
                     info!(target: TARGET, "mvendor id = {id:#x}");
                 }
-                GetMArchId(id) => {
+                GetMarchId(id) => {
                     info!(target: TARGET, "march id = {id:#x}");
                 }
                 GetMimpId(id) => {