mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
Some preprocessors doen't support // comments and get confused
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6821 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b7009c6cae
commit
c901e8bd9e
@ -121,7 +121,7 @@ set op2 = 0b101 in {
|
||||
#endif
|
||||
|
||||
// Section A.6: Branch on Integer condition codes (Bicc) - p146
|
||||
#if 0 // instead of using deprecated version, use the predicted version below
|
||||
#if 0 /* instead of using deprecated version, use the predicted version below */
|
||||
set isDeprecated = 1 in {
|
||||
set op2 = 0b010 in {
|
||||
def BA : F2_2<0b1000, "ba">; // Branch always
|
||||
|
Loading…
Reference in New Issue
Block a user