Browse Source
Merge pull request #2107 from kerimturak/patch-1
Fix typo: "prroperly" → "properly" in endian support message
pull/2109/head
Andrew Waterman
10 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
riscv/sim.cc
|
|
|
@ -88,7 +88,7 @@ sim_t::sim_t(const cfg_t *cfg, bool halted, |
|
|
|
|
|
|
|
#ifndef RISCV_ENABLE_DUAL_ENDIAN |
|
|
|
if (cfg->endianness != endianness_little) { |
|
|
|
fputs("Big-endian support has not been prroperly enabled; " |
|
|
|
fputs("Big-endian support has not been properly enabled; " |
|
|
|
"please rebuild the riscv-isa-sim project using " |
|
|
|
"\"configure --enable-dual-endian\".\n", |
|
|
|
stderr); |
|
|
|
|