Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
s390/vx: remove comments from macros which break LLVM's IAS
LLVM's integrated assembler does not like comments within macros: <instantiation>:3:19: error: too many positional arguments GR_NUM b2, 1 /* Base register */ ^ Remove them, since they are obvious anyway. Signed-off-by: Heiko Carstens <[email protected]>
- Loading branch information