Skip to content

Commit

Permalink
fix build on unix system
Browse files Browse the repository at this point in the history
removed a bracket by mistake during a merge
  • Loading branch information
emawind84 committed Jan 24, 2024
1 parent 1890e26 commit d37a978
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scripting/vm/jit_runtime.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ extern "C"
{
void __register_frame(const void*);
void __deregister_frame(const void*);
}

static void WriteLength(TArray<uint8_t> &stream, unsigned int pos, unsigned int v)
{
Expand Down

0 comments on commit d37a978

Please sign in to comment.