diff options
Diffstat (limited to 'gcc/ada/5omastop.adb')
-rw-r--r-- | gcc/ada/5omastop.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/5omastop.adb b/gcc/ada/5omastop.adb index 7fa6fb6560b..aa704d3a187 100644 --- a/gcc/ada/5omastop.adb +++ b/gcc/ada/5omastop.adb @@ -463,7 +463,7 @@ package body System.Machine_State_Operations is return To_Address (MS.eip); else -- When doing a call the return address is pushed to the stack. - -- We want to return the call point address, so we subtract + -- We want to return the call point address, so we substract -- Asm_Call_Size from the return address. This value is set -- to 5 as an asm call takes 5 bytes on x86 architectures. |