Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update src/hardware/apic.c fix format string errors on M1 Mac #34

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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.

None yet

1 participant