rename architecture from 386 to i386

This commit is contained in:
Sébastien Marie
2022-03-03 15:28:18 +00:00
parent 8c6f39a68d
commit 499c657ffa
3 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -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)
}
@@ -479,4 +479,4 @@ discard_to_next_byte_lsb_from_stream :: proc(z: ^Context_Stream_Input) {
consume_bits_lsb(z, discard)
}
discard_to_next_byte_lsb :: proc{discard_to_next_byte_lsb_from_memory, discard_to_next_byte_lsb_from_stream};
discard_to_next_byte_lsb :: proc{discard_to_next_byte_lsb_from_memory, discard_to_next_byte_lsb_from_stream};