Skip to content

Commit

Permalink
remove extra slotflag in ovderdub? (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
oxinabox authored and jrevels committed Mar 17, 2019
1 parent 45c3c77 commit b1e0e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/overdub.jl
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ function overdub_pass!(reflection::Reflection,

# construct new slotnames/slotflags for added slots
code_info.slotnames = Any[:overdub, OVERDUB_CONTEXT_NAME, OVERDUB_ARGUMENTS_NAME, code_info.slotnames...]
code_info.slotflags = UInt8[0x00, 0x00, 0x00, code_info.slotflags..., 0x00]
code_info.slotflags = UInt8[0x00, 0x00, 0x00, code_info.slotflags...]
n_prepended_slots = 3
overdub_ctx_slot = SlotNumber(2)
overdub_args_slot = SlotNumber(3)
Expand Down

0 comments on commit b1e0e95

Please sign in to comment.