Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
GHC
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
4,251
Issues
4,251
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
394
Merge Requests
394
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
8c99e698
Commit
8c99e698
authored
Aug 31, 2013
by
rrnewton
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor: remove tabs from file
parent
e251a51a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
rts/PrimOps.cmm
rts/PrimOps.cmm
+4
-4
No files found.
rts/PrimOps.cmm
View file @
8c99e698
...
...
@@ -249,10 +249,10 @@ stg_casArrayzh ( gcptr arr, W_ ind, gcptr old, gcptr new )
return
(
1
,
h
);
}
else
{
// Compare and Swap Succeeded:
SET_HDR
(
arr
,
stg_MUT_ARR_PTRS_DIRTY_info
,
CCCS
);
len
=
StgMutArrPtrs_ptrs
(
arr
);
// The write barrier. We must write a byte into the mark table:
I8
[
arr
+
SIZEOF_StgMutArrPtrs
+
WDS
(
len
)
+
(
ind
>>
MUT_ARR_PTRS_CARD_BITS
)]
=
1
;
SET_HDR
(
arr
,
stg_MUT_ARR_PTRS_DIRTY_info
,
CCCS
);
len
=
StgMutArrPtrs_ptrs
(
arr
);
// The write barrier. We must write a byte into the mark table:
I8
[
arr
+
SIZEOF_StgMutArrPtrs
+
WDS
(
len
)
+
(
ind
>>
MUT_ARR_PTRS_CARD_BITS
)]
=
1
;
return
(
0
,
new
);
}
}
...
...
rrnewton
@trac-rrnewton
mentioned in issue
#910 (closed)
·
Sep 27, 2006
mentioned in issue
#910 (closed)
mentioned in issue #910
Toggle commit list
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