Commit c5531f3
Restrict x86 mnemonic to x86-64
This resolves an issue where setting the assert config to breakpoint
on ARM will cause the build to fail with an accurate but unhelpful
compiler error.
This restricts the mnemonic to x86-64 architectures, and provides a
more explanatory error.
Addresses issue: #2890
Signed-off-by: Will Marone <Will.Marone@amd.com>1 parent 4868c34 commit c5531f3
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
| 40 | + | |
42 | 41 | | |
| 42 | + | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
0 commit comments