Skip to content

error: unknown register name 'eax' in asm #72

@mpurland

Description

@mpurland

DCIntrospect.m Line 624:
Expanded from macro 'DEBUGGER' from the following:

    else if ([string isEqualToString:kDCIntrospectKeysEnterGDB])
    {
        UIView *view = self.currentView;
        view.tag = view.tag;    // suppress the xcode warning about an unused variable.
        NSLog(@"DCIntrospect: access current view using local 'view' variable.");
        DEBUGGER;
        return NO;
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions