Skip to content

Commit e0b11f2

Browse files
davidhildenbrandhuth
authored andcommitted
s390x/mmu_helper: fixup mmu_translate() documentation
Looks like we forgot to adjust documentation of one parameter. Signed-off-by: David Hildenbrand <[email protected]> Reviewed-by: Thomas Huth <[email protected]> Message-Id: <[email protected]> Signed-off-by: Thomas Huth <[email protected]>
1 parent e039992 commit e0b11f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

target/s390x/mmu_helper.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,8 @@ static void mmu_handle_skey(target_ulong addr, int rw, int *flags)
374374
* @param asc address space control (one of the PSW_ASC_* modes)
375375
* @param raddr the translated address is stored to this pointer
376376
* @param flags the PAGE_READ/WRITE/EXEC flags are stored to this pointer
377-
* @param exc true = inject a program check if a fault occurred
377+
* @param tec the translation exception code if stored to this pointer if
378+
* there is an exception to raise
378379
* @return 0 = success, != 0, the exception to raise
379380
*/
380381
int mmu_translate(CPUS390XState *env, target_ulong vaddr, int rw, uint64_t asc,

0 commit comments

Comments
 (0)