Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The error message is as follows: ``` --- x86/Gos-freebsd.lo --- x86/Gos-freebsd.c:127:10: error: use of undeclared identifier 'i' for (i = 0; i < DWARF_NUM_PRESERVED_REGS; ++i) ^ x86/Gos-freebsd.c:127:17: error: use of undeclared identifier 'i' for (i = 0; i < DWARF_NUM_PRESERVED_REGS; ++i) ^ x86/Gos-freebsd.c:127:49: error: use of undeclared identifier 'i' for (i = 0; i < DWARF_NUM_PRESERVED_REGS; ++i) ^ x86/Gos-freebsd.c:128:20: error: use of undeclared identifier 'i' c->dwarf.loc[i] = DWARF_NULL_LOC; ^ 4 errors generated. *** [x86/Gos-freebsd.lo] Error code 1 ```
- Loading branch information