Skip to content
Commit 9cd67243 authored by Hirokazu Takata's avatar Hirokazu Takata
Browse files

m32r: use __stringify() macro in assembler.h



Replace #x with __stringify(x).
Also, #ifndef __STR is removed and undefine __STR macro at the beginning.

The __STR() macro is still remained, because the assembler.h might be
included from assembly codes as well as C codes.

Signed-off-by: default avatarHirokazu Takata <takata@linux-m32r.org>
parent 9c88b06d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment