diff options
Diffstat (limited to 'gcc/ada/5omastop.adb')
-rw-r--r-- | gcc/ada/5omastop.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/5omastop.adb b/gcc/ada/5omastop.adb index 129ea81d..ee0ba97 100644 --- a/gcc/ada/5omastop.adb +++ b/gcc/ada/5omastop.adb @@ -7,7 +7,7 @@ -- B o d y -- -- (Version for x86) -- -- -- --- $Revision: 1.7 $ +-- $Revision: 1.1 $ -- -- -- Copyright (C) 1999-2001 Ada Core Technologies, Inc. -- -- -- @@ -471,7 +471,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 substract + -- We want to return the call point address, so we subtract -- Asm_Call_Size from the return address. This value is set -- to 5 as an asm call takes 5 bytes on x86 architectures. |