mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-01 12:18:15 +00:00
Merge pull request #1582 from semarie/more-ci
CI: add linux i386, Darwin arm64 and Windows 386
This commit is contained in:
@@ -142,7 +142,7 @@ Context_Memory_Input :: struct #packed {
|
||||
when size_of(rawptr) == 8 {
|
||||
#assert(size_of(Context_Memory_Input) == 64)
|
||||
} else {
|
||||
// e.g. `-target:windows_386`
|
||||
// e.g. `-target:windows_i386`
|
||||
#assert(size_of(Context_Memory_Input) == 52)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user