ObjFW  Hex Artifact Content

Artifact 2fc10166319846f8cba5ee7a6fc5da6d7631c76ab3174ccae927ffd30ad14a8c:

Manifest of check-in [2fc1016631] - OFSystemInfo: Work around GCC picking ebx for "=r"

Newer GCC versions on Windows use ebx for "=r", which results in a
movl %ebx, %ebx. %ebx is then destroyed by the popl %ebx that follows.
To work around this, force the use of %edi instead ("=D"). by js on 2018-12-02 20:11:04.


A hex dump of this file is not available. Please download the raw binary file and generate a hex dump yourself.