File tree 2 files changed +10
-4
lines changed
2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 2
2
! solaris_sparc.s -- compare and swap for solaris_sparc
3
3
!=======================================================================
4
4
5
+ ! Fortunately the Sun compiler can process cpp conditionals with -P
6
+
7
+ ! '/' is the comment for x86, while '!' is the comment for Sparc
8
+
5
9
#if defined(__sparcv9) || defined(__sparc)
6
10
7
11
.section ".text"
Original file line number Diff line number Diff line change 1
- ! =======================================================================
2
- ! solaris_i386.s -- compare and swap for solaris_i386
3
- ! =======================================================================
1
+ / =======================================================================
2
+ / solaris_i386.s -- compare and swap for solaris_i386
3
+ / =======================================================================
4
4
5
- ! Fortunately the Sun compiler can process cpp conditionals with -P
5
+ / Fortunately the Sun compiler can process cpp conditionals with -P
6
+
7
+ / '/' is the comment for x86, while '!' is the comment for Sparc
6
8
7
9
.file "tas.s"
8
10
You can’t perform that action at this time.
0 commit comments