Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mu
mu-impl-fast
Commits
037d404f
Commit
037d404f
authored
Jan 24, 2017
by
John Zhang
Browse files
SET_THREADLOCAL does not need to get type
parent
03d9732b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/vm/api/api_impl/muirbuilder.rs
View file @
037d404f
...
...
@@ -1930,7 +1930,6 @@ impl<'lb, 'lvm> BundleLoader<'lb, 'lvm> {
CMU_CI_UVM_SET_THREADLOCAL
=>
{
assert!
(
args
.len
()
==
1
);
let
op_ty
=
self
.ensure_type_rec
(
tys
[
0
]);
let
op
=
self
.get_treenode
(
fcb
,
args
[
0
]);
Instruction
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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