Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

Commit

Permalink
fix(sgx): do not use rbx register in asm!()
Browse files Browse the repository at this point in the history
error: invalid register rbx: rbx is used internally by LLVM and
cannot be used as an operand for inline asm

So, we pull in a newer `sgx` crate version, which has this fixed.

See:
rust-lang/rust#84658 (comment)

and:
https://github.com/rust-lang/rust/pull/84658/files#diff-d7283132d97a993fad4e2d491ac883dbce4e17fe248cdf37fa3f9334e2a5a115

Signed-off-by: Harald Hoyer <harald@redhat.com>
  • Loading branch information
haraldh authored and npmccallum committed Jul 1, 2021
1 parent ac8220d commit 0840134
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 137 deletions.
Loading

0 comments on commit 0840134

Please sign in to comment.