mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
s390x: spelling fixes
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
d8b71d96b3
commit
cced0d6539
9 changed files with 9 additions and 9 deletions
|
@ -429,7 +429,7 @@ static void gen_exception(int excp)
|
|||
|
||||
static void gen_program_exception(DisasContext *s, int code)
|
||||
{
|
||||
/* Remember what pgm exeption this was. */
|
||||
/* Remember what pgm exception this was. */
|
||||
tcg_gen_st_i32(tcg_constant_i32(code), cpu_env,
|
||||
offsetof(CPUS390XState, int_pgm_code));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue