mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-24 06:12:27 +00:00
Test m=aarch64 on GitHub Actions
This commit is contained in:
parent
42b9b75749
commit
7558549d44
15 changed files with 60 additions and 84 deletions
|
@ -95,7 +95,7 @@ const char *FindDebugBinary(void) {
|
|||
if (!once) {
|
||||
p = GetProgramExecutableName();
|
||||
n = strlen(p);
|
||||
if (n > 4 && READ32LE(p + n - 4) == READ32LE(".dbg") ||
|
||||
if ((n > 4 && READ32LE(p + n - 4) == READ32LE(".dbg")) ||
|
||||
IsMyDebugBinary(p)) {
|
||||
res = p;
|
||||
} else if (n > 4 && READ32LE(p + n - 4) == READ32LE(".com") &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue