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

Kill off replaceable usages of s[n]printf. #456

Merged
merged 1 commit into from Jun 18, 2014

Conversation

lioncash
Copy link
Member

@lioncash lioncash commented Jun 3, 2014

No description provided.

sprintf(pDis, "%08x %s", op.address, temp);
DEBUG_LOG(DYNA_REC,"IR_X86 PPC: %s\n", pDis);
ppcdisasm += StringFromFormat("%08x %s", op.address, temp);
DEBUG_LOG(DYNA_REC,"IR_X86 PPC: %s\n", ppcdisasm.c_str());

This comment was marked as off-topic.

@Tilka
Copy link
Member

Tilka commented Jun 5, 2014

lgtm

@neobrain
Copy link
Member

LGTM

@dolphin-emu-bot rebuild

delroth added a commit that referenced this pull request Jun 18, 2014
Kill off replaceable usages of s[n]printf.
@delroth delroth merged commit 591a27e into dolphin-emu:master Jun 18, 2014
@lioncash lioncash deleted the adios-sprintf branch January 25, 2017 00:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants