Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
4ab0ce10
Commit
4ab0ce10
authored
Dec 21, 2009
by
Russ Cox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
8g: add TESTL etc to reg opt
Fixes #436. R=ken2
https://golang.org/cl/180105
parent
c276d87c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
reg.c
src/cmd/8g/reg.c
+3
-0
No files found.
src/cmd/8g/reg.c
View file @
4ab0ce10
...
...
@@ -239,6 +239,9 @@ regopt(Prog *firstp)
case
ACMPB
:
case
ACMPL
:
case
ACMPW
:
case
ATESTB
:
case
ATESTL
:
case
ATESTW
:
for
(
z
=
0
;
z
<
BITS
;
z
++
)
r
->
use2
.
b
[
z
]
|=
bit
.
b
[
z
];
break
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment