]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tcg/riscv/tcg-target.c.inc
tcg: Correct invalid mentions of 'softmmu' by 'system-mode'
[mirror_qemu.git] / tcg / riscv / tcg-target.c.inc
index c2bcdea33f97af53b9176e8bcb42c718d775b150..d6dbcaf3cbbe93f2415943086564dafd9effce8e 100644 (file)
@@ -1227,8 +1227,8 @@ static bool tcg_out_qemu_st_slow_path(TCGContext *s, TCGLabelQemuLdst *l)
 #define MIN_TLB_MASK_TABLE_OFS  -(1 << 11)
 
 /*
- * For softmmu, perform the TLB load and compare.
- * For useronly, perform any required alignment tests.
+ * For system-mode, perform the TLB load and compare.
+ * For user-mode, perform any required alignment tests.
  * In both cases, return a TCGLabelQemuLdst structure if the slow path
  * is required and fill in @h with the host address for the fast path.
  */