aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiuyang Liu <liu@jiuyang.me>2021-06-07 09:43:50 +0800
committerGitHub <noreply@github.com>2021-06-06 18:43:50 -0700
commita21b6dd7aca9345a61f109c04f28b682dd0c67aa (patch)
tree4b5fb456cf8a2ca8e62a63f7b4ca5c71ed13fe97
parent1621807a7c0dbd29f503377661a6b05930e8d365 (diff)
downloadriscv-isa-sim-a21b6dd7aca9345a61f109c04f28b682dd0c67aa.zip
riscv-isa-sim-a21b6dd7aca9345a61f109c04f28b682dd0c67aa.tar.gz
riscv-isa-sim-a21b6dd7aca9345a61f109c04f28b682dd0c67aa.tar.bz2
fix typo. (#723)
-rw-r--r--riscv/platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscv/platform.h b/riscv/platform.h
index abe36c0..6618d44 100644
--- a/riscv/platform.h
+++ b/riscv/platform.h
@@ -1,6 +1,6 @@
// See LICENSE for license details.
#ifndef _RISCV_PLATFORM_H
-#define _RISCV_PLATFROM_H
+#define _RISCV_PLATFORM_H
#define DEFAULT_RSTVEC 0x00001000
#define CLINT_BASE 0x02000000