aboutsummaryrefslogtreecommitdiff
path: root/modules/devices/riscv/processor.c
diff options
context:
space:
mode:
authorLucas de Castro Borges <lucas@gnuabordo.com.br>2024-04-22 19:04:50 -0300
committerLucas de Castro Borges <lucas@gnuabordo.com.br>2024-04-22 19:04:50 -0300
commitb5c6c4e7f07a34b2c4064bc76cdca70fa0574768 (patch)
treedab6cfe77f1071af070230decd1aa323cfd65167 /modules/devices/riscv/processor.c
parent3525a00d5e53a20fe7cb93582fa3cf41f25b80ea (diff)
parent92787ae0c9bb15c7841d10654ef7a2e595664d99 (diff)
Update upstream source from tag 'upstream/2.0.14pre'
Update to upstream version '2.0.14pre' with Debian dir 1329e97803bfd401c15e1c6259aacb94c02f59e1
Diffstat (limited to 'modules/devices/riscv/processor.c')
-rw-r--r--modules/devices/riscv/processor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/devices/riscv/processor.c b/modules/devices/riscv/processor.c
index d44ca542..cd8da4c7 100644
--- a/modules/devices/riscv/processor.c
+++ b/modules/devices/riscv/processor.c
@@ -104,7 +104,7 @@ processor_scan(void)
processor = (Processor *) pi->data;
/* strings can't be null or segfault later */
- STRIFNULL(processor->model_name, _("RISC-V Processor") );
+ STRIFNULL(processor->model_name, "RISC-V Processor" );
UNKIFNULL(processor->mmu);
UNKIFNULL(processor->isa);
UNKIFNULL(processor->uarch);