mirror of
https://github.com/odin-lang/Odin.git
synced 2026-08-26 15:01:31 +00:00
Begin work on -bedrock mode
Currently disables 128-bit integers, `map` type, and RTTI
This commit is contained in:
@@ -329,6 +329,9 @@ gb_global char const *proc_calling_convention_strings[ProcCC_MAX] = {
|
||||
};
|
||||
|
||||
gb_internal ProcCallingConvention default_calling_convention(void) {
|
||||
if (build_context.bedrock) {
|
||||
// return ProcCC_Contextless;
|
||||
}
|
||||
return ProcCC_Odin;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user