mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-01 02:42:09 +00:00
Name fixes
This commit is contained in:
@@ -1685,7 +1685,7 @@ gb_internal void lb_finalize_objc_names(lbGenerator *gen, lbProcedure *p) {
|
||||
|
||||
if (is_context_provider_ivar) {
|
||||
// The context provider takes the ivar's type.
|
||||
// Emit an obj_ivar_get call and use that pointer for 'self' instead.
|
||||
// Emit an objc_ivar_get call and use that pointer for 'self' instead.
|
||||
lbValue real_self {
|
||||
wrapper_proc->raw_input_parameters[0],
|
||||
class_ptr_type
|
||||
|
||||
Reference in New Issue
Block a user