File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 8
8
# : "/work/debug/*",
9
9
# : "/work/release/*",
10
10
# : ]
11
+ # : access_repos = [
12
+ # : "oxidecomputer/htq",
13
+ # : ]
11
14
# :
12
15
13
16
set -o errexit
Original file line number Diff line number Diff line change 2
2
* .sw *
3
3
out.rs
4
4
tags
5
+ ! .github
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ edition = "2021"
5
5
6
6
[dependencies ]
7
7
p4 = { path = " ../../p4" }
8
- # htq = { git = "https://github.com/oxidecomputer/htq", branch = "sector-001" }
9
- htq = { path = " /Users/ry/src/htq" }
8
+ htq = { git = " https://github.com/oxidecomputer/htq" , branch = " sector-001" }
9
+ # htq = { path = "/Users/ry/src/htq" }
10
10
thiserror = " 1.0.63"
Original file line number Diff line number Diff line change @@ -318,7 +318,7 @@ fn emit_extract_call(
318
318
let target = ra
319
319
. get ( tgt. root ( ) )
320
320
. ok_or ( CodegenError :: RegisterDoesNotExistForLval ( tgt. clone ( ) ) ) ?;
321
- let output = ra. alloc ( & tgt. root ( ) ) ;
321
+ let output = ra. alloc ( tgt. root ( ) ) ;
322
322
323
323
let info = names
324
324
. get ( tgt. root ( ) )
You can’t perform that action at this time.
0 commit comments