Skip to content

Commit 1afc0fa

Browse files
committed
Fix phx_fs_ptr: remove nonexistent has_base field from PhxMem
1 parent d0ca501 commit 1afc0fa

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Python/jit/phoenix_asm/x86_64.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@ static inline PhxMem phx_fs_ptr(int32_t offset) {
222222
m.offset = offset;
223223
m.size = 8;
224224
m.segment = 4; /* FS segment override */
225-
m.has_base = 0;
226225
return m;
227226
}
228227

0 commit comments

Comments
 (0)