diff options
| author | 2025-09-08 22:01:28 +0200 | |
|---|---|---|
| committer | 2025-09-08 22:01:28 +0200 | |
| commit | a0691e6b4d631c09f2be80d34a9bd8c24f66b6d1 (patch) | |
| tree | 0a1875866d431a8336f607614f95aa67bfa792ce /amd64/sysv.c | |
| parent | f02fb99340edd86848794dd9b85088998458a70d (diff) | |
amd64: bugfix
Diffstat (limited to 'amd64/sysv.c')
| -rw-r--r-- | amd64/sysv.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/amd64/sysv.c b/amd64/sysv.c index 6c5b67c..9ecc09f 100644 --- a/amd64/sysv.c +++ b/amd64/sysv.c @@ -1,6 +1,5 @@ #include "all.h" - static int classify(uchar cls[2], const struct typedata *td, uint off); static int classifyarr(uchar cls[2], union type ty, uint off) |