Skip to content

Conversation

@JoeMatt
Copy link

@JoeMatt JoeMatt commented Oct 14, 2022

This line caused compile issue with long with llu.

image

An alternative solution would be hard casting the args to (long).

APIC_LOG("  timer period %ld cur=%ld next=%ld\n", (long)apic_get_period(), (long)now, (long)apic.timer_next);

This line caused compile issue with long with llu.
@JoeMatt JoeMatt changed the title Update apic.c fix format string errors on M1 Mac Update src/hardware/apic.c fix format string errors on M1 Mac Oct 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant