diff options
author | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2021-09-16 08:52:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-16 08:52:32 +0200 |
commit | 2b31dea10d5a328b15e47723b5d03422ac538320 (patch) | |
tree | b76b5f01e43e89c24a22c8f218c396d3af12176b /src/ortho/mcode | |
parent | 422723e31d8642f9674e7ba10975545f612e9bee (diff) | |
download | ghdl-2b31dea10d5a328b15e47723b5d03422ac538320.tar.gz ghdl-2b31dea10d5a328b15e47723b5d03422ac538320.tar.bz2 ghdl-2b31dea10d5a328b15e47723b5d03422ac538320.zip |
Fixed some typos (#1868)
Diffstat (limited to 'src/ortho/mcode')
-rw-r--r-- | src/ortho/mcode/ortho_code-x86-insns.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ortho/mcode/ortho_code-x86-insns.adb b/src/ortho/mcode/ortho_code-x86-insns.adb index 182e79381..94b16754d 100644 --- a/src/ortho/mcode/ortho_code-x86-insns.adb +++ b/src/ortho/mcode/ortho_code-x86-insns.adb @@ -2394,7 +2394,7 @@ package body Ortho_Code.X86.Insns is case Kind is when OE_Beg | OE_End => - -- Stack offset has been explicitely changed for local variables. + -- Stack offset has been explicitly changed for local variables. null; when others => Stack_Offset := Prev_Stack_Offset; |