mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-27 16:17:17 +00:00
Correct comment wording
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78904 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1409,7 +1409,7 @@ let isCall = 1,
|
|||||||
|
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
// SJLJ Exception handling intrinsics
|
// SJLJ Exception handling intrinsics
|
||||||
// eh_sjlj_setjmp() is a three instruction sequence to store the return
|
// eh_sjlj_setjmp() is an instruction sequence to store the return
|
||||||
// address and save #0 in R0 for the non-longjmp case.
|
// address and save #0 in R0 for the non-longjmp case.
|
||||||
// Since by its nature we may be coming from some other function to get
|
// Since by its nature we may be coming from some other function to get
|
||||||
// here, and we're using the stack frame for the containing function to
|
// here, and we're using the stack frame for the containing function to
|
||||||
|
@@ -1051,7 +1051,7 @@ let isCall = 1,
|
|||||||
|
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
// SJLJ Exception handling intrinsics
|
// SJLJ Exception handling intrinsics
|
||||||
// eh_sjlj_setjmp() is a three instruction sequence to store the return
|
// eh_sjlj_setjmp() is an instruction sequence to store the return
|
||||||
// address and save #0 in R0 for the non-longjmp case.
|
// address and save #0 in R0 for the non-longjmp case.
|
||||||
// Since by its nature we may be coming from some other function to get
|
// Since by its nature we may be coming from some other function to get
|
||||||
// here, and we're using the stack frame for the containing function to
|
// here, and we're using the stack frame for the containing function to
|
||||||
|
Reference in New Issue
Block a user