| commit | c412d3f5d9ec6c9493232df9c91e17361af775f0 | [log] [tgz] |
|---|---|---|
| author | Dimitar Dimitrov <dimitar@dinux.eu> | Mon Aug 12 20:40:16 2024 +0300 |
| committer | Dimitar Dimitrov <dimitar@dinux.eu> | Mon Aug 12 23:33:59 2024 +0300 |
| tree | e246efe7dfb5d62f33e9880c06a64d38e6519723 | |
| parent | 219036b4fa83d2d1ec7f2ee74938610adaf7b4cd [diff] |
sim: pru: Fix test case assembly with latest GAS
After the recent change in GAS [1], macro arguments must be quoted or
grouped with parenthesis. Add the necessary parenthesis in order to fix
assembly errors like:
mul.s:31: Error: too many positional arguments
[1] https://sourceware.org/pipermail/binutils/2024-July/136053.html
Signed-off-by: Dimitar Dimitrov <dimitar@dinux.eu>