Fix WORDSIZE for riscv32.

This commit is contained in:
Andrius Štikonas 2022-01-25 00:19:24 +00:00
parent f4caad6ea6
commit d75b5556d2
1 changed files with 0 additions and 1 deletions

View File

@ -101,7 +101,6 @@ void setup_env()
{
BASEADDRESS = "0x600000";
Architecture = "riscv32";
WORDSIZE = 64;
init_macro_env("__riscv", "1", "--architecture", 0);
init_macro_env("__riscv_xlen", "32", "--architecture", 1);
}