mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-10 15:23:43 +00:00
11 lines
316 B
Diff
11 lines
316 B
Diff
--- a/migen/fhdl/tracer.py
|
|
+++ b/migen/fhdl/tracer.py
|
|
@@ -38,6 +38,7 @@ _load_build_opcodes = {
|
|
"BUILD_LIST" : _bytecode_length_version_guard(3),
|
|
"CACHE" : _bytecode_length_version_guard(3),
|
|
"COPY" : _bytecode_length_version_guard(3),
|
|
+ "LOAD_FAST_BORROW" : _bytecode_length_version_guard(3),
|
|
}
|
|
|
|
|