Skip to content

Commit 1269dfe

Browse files
committed
fix build break in JITTypes.h from merge
1 parent 62fc740 commit 1269dfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/JITIDL/JITTypes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ typedef struct CodeGenWorkItemIDL
663663
CHAKRA_PTR functionBodyAddr;
664664
CHAKRA_PTR globalThisAddr;
665665
CHAKRA_PTR nativeDataAddr;
666-
X86_PAD4(0)
666+
X86_PAD4(2)
667667
__int64 startTime;
668668
} CodeGenWorkItemIDL;
669669

0 commit comments

Comments
 (0)