fix(zig-0.15): more syntax changes
This commit is contained in:
parent
e558502ea2
commit
1afaa3be4f
2 changed files with 3 additions and 3 deletions
|
@ -18,8 +18,8 @@
|
|||
.hash = "dizzy-1.0.0-q40X4YCRAAAGYO9QOZiYYSOwiiFlqZlecMuQcxPiBcXM",
|
||||
},
|
||||
.thespian = .{
|
||||
.url = "git+https://github.com/neurocyte/thespian?ref=master#8b2535db199d2215bea438abb323f3e3f6c58d99",
|
||||
.hash = "thespian-0.0.1-owFOjjQbBgABzTPy7sWTQMJ7Ts5ielIYO3_6hfhxbQa_",
|
||||
.url = "git+https://github.com/neurocyte/thespian?ref=master#d9c93e9783546f2fb040ffcff84576fe46d6495b",
|
||||
.hash = "thespian-0.0.1-owFOjjQbBgAxIs7QYErDVaESLxgLdNQcoTIgU-QoNqlt",
|
||||
},
|
||||
.themes = .{
|
||||
.url = "https://github.com/neurocyte/flow-themes/releases/download/master-952f9f630ea9544088fd30293666ee0650b7a690/flow-themes.tar.gz",
|
||||
|
|
|
@ -757,7 +757,7 @@ pub const StackIterator = struct {
|
|||
"flushw"
|
||||
else
|
||||
"ta 3" // ST_FLUSH_WINDOWS
|
||||
::: "memory");
|
||||
::: .{ .memory = true });
|
||||
}
|
||||
|
||||
return StackIterator{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue