Commit 1b939ec
H. Peter Anvin (Intel)
errors: add the ability to hold errors, not just warnings
Re-introduce ERR_HOLD, which means that an error is treated like a
warning except for the last pass, but unlike ERR_PASS2 the error
message *will* be issued if another error happens on the same pass, just
like warnings.
This will be used to improve error messages on instruction mismatch.
Signed-off-by: H. Peter Anvin (Intel) <[email protected]>1 parent 9503778 commit 1b939ec
4 files changed
+21
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
88 | 96 | | |
89 | 97 | | |
90 | 98 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1870 | 1870 | | |
1871 | 1871 | | |
1872 | 1872 | | |
1873 | | - | |
1874 | 1873 | | |
| 1874 | + | |
1875 | 1875 | | |
1876 | 1876 | | |
1877 | 1877 | | |
1878 | 1878 | | |
1879 | | - | |
1880 | 1879 | | |
1881 | 1880 | | |
1882 | 1881 | | |
| |||
2125 | 2124 | | |
2126 | 2125 | | |
2127 | 2126 | | |
| 2127 | + | |
2128 | 2128 | | |
2129 | 2129 | | |
2130 | 2130 | | |
| |||
2167 | 2167 | | |
2168 | 2168 | | |
2169 | 2169 | | |
2170 | | - | |
| 2170 | + | |
| 2171 | + | |
| 2172 | + | |
| 2173 | + | |
2171 | 2174 | | |
2172 | | - | |
2173 | | - | |
| 2175 | + | |
| 2176 | + | |
2174 | 2177 | | |
2175 | 2178 | | |
2176 | 2179 | | |
| |||
2180 | 2183 | | |
2181 | 2184 | | |
2182 | 2185 | | |
2183 | | - | |
| 2186 | + | |
2184 | 2187 | | |
2185 | 2188 | | |
2186 | 2189 | | |
| |||
2216 | 2219 | | |
2217 | 2220 | | |
2218 | 2221 | | |
2219 | | - | |
| 2222 | + | |
2220 | 2223 | | |
2221 | | - | |
| 2224 | + | |
2222 | 2225 | | |
2223 | 2226 | | |
2224 | 2227 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6464 | 6464 | | |
6465 | 6465 | | |
6466 | 6466 | | |
6467 | | - | |
| 6467 | + | |
6468 | 6468 | | |
6469 | 6469 | | |
6470 | 6470 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
0 commit comments