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
parent
commit
d9c1b11d0f
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      riscv/sim.cc

2
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);

Loading…
Cancel
Save