diff options
author | Joerg Sonnenberger <joerg@bec.de> | 2015-01-04 16:38:20 +0000 |
---|---|---|
committer | Joerg Sonnenberger <joerg@bec.de> | 2015-01-04 16:38:20 +0000 |
commit | 18c68105f9b9cdc56c8aff1ad406400e68062287 (patch) | |
tree | 2b40b25d7d9c67f5a9aafc3416a34272d9efda7b | |
parent | 241ba79f954f7546b087a16fd9522b0872d4b9cb (diff) | |
download | llvm-18c68105f9b9cdc56c8aff1ad406400e68062287.zip llvm-18c68105f9b9cdc56c8aff1ad406400e68062287.tar.gz llvm-18c68105f9b9cdc56c8aff1ad406400e68062287.tar.bz2 |
Typo.
llvm-svn: 225136
-rw-r--r-- | libcxxabi/src/Unwind/UnwindRegistersSave.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxxabi/src/Unwind/UnwindRegistersSave.S b/libcxxabi/src/Unwind/UnwindRegistersSave.S index f6994ac..d6b9a41 100644 --- a/libcxxabi/src/Unwind/UnwindRegistersSave.S +++ b/libcxxabi/src/Unwind/UnwindRegistersSave.S @@ -295,7 +295,7 @@ DEFINE_LIBUNWIND_FUNCTION(unw_getcontext) @ Per EHABI #4.7 this only saves the core integer registers. @ EHABI #7.4.5 notes that in general all VRS registers should be restored @ however this is very hard to do for VFP registers because it is unknown -@ to the lbirary how many registers are implemented by the architecture. +@ to the library how many registers are implemented by the architecture. @ Instead, VFP registers are demand saved by logic external to unw_getcontext. @ .p2align 2 |