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

Print function mdebug #90

Merged
merged 7 commits into from
Nov 28, 2024
Merged

Print function mdebug #90

merged 7 commits into from
Nov 28, 2024

Conversation

hensldm
Copy link
Contributor

@hensldm hensldm commented Aug 21, 2024

Uses mdebug info for names and types for print and print adjacent functions.

#include "stdlib.h"
#include "stdarg.h"

#ifndef MODERN_CC
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think there should be a comment here explaining why this is ifdef'd and not always just long double (i.e. blaming ido). Also, kmc gcc does support long double so maybe we make this an ido ifdef instead? Though we don't have an ido macro atm so I don't feel very strongly about it

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ahh, I can just use __sgi for IDO.

@ethteck ethteck merged commit 2717d45 into decompals:main Nov 28, 2024
20 checks passed
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.

3 participants