Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
HertzDevil committed Nov 1, 2023
1 parent 25b4ca1 commit faacfcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crystal/system/win32/thread.cr
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module Crystal::System::Thread
security: Pointer(Void).null,
stack_size: LibC::UInt.zero,
start_address: ->(data : Void*) { data.as(::Thread).start; LibC::UInt.zero },
arglist: thread_obj.as(Void*),
arglist: self.as(Void*),
initflag: LibC::UInt.zero,
thrdaddr: Pointer(LibC::UInt).null,
)
Expand Down

0 comments on commit faacfcd

Please sign in to comment.