On 6/5/24 14:44, Richard Henderson wrote:
On 6/5/24 13:35, Don Porter wrote:

On 5/31/24 10:18, Dr. David Alan Gilbert wrote:
* Don Porter (por...@cs.unc.edu) wrote:
Signed-off-by: Don Porter<por...@cs.unc.edu>
If this changes the output of 'info tlb' could you add a before/after
to the commit message please.

Thanks for the advice.  It should not change the output of info tlb.

Also, have a look at glib's g_printf and friends, you might find they're
easier;
https://www.manpagez.com/html/glib/glib-2.52.3/glib-String-Utility-Functions.php#g-printf

Thanks for this tip too!  It isn't clear to me that converting will substantially simplify the patch at this point, but I'm open to it if I'm missing something or this is the preferred
project style.

sprintf is deprecated in the current MacOS version, so using it produces warnings.  Once we convert our existing usage, we will want to poison new uses entirely.


Gotcha, makes sense.

Thank you,

Don


Reply via email to