Skip to content
Commit 827d07ab authored by Ederson de Souza's avatar Ederson de Souza Committed by Anas Nashif
Browse files

net: Fix macro for XCC



NET_SOCKET_GET_NAME macro adds some extra parenthesis that, on XCC (based
on GCC 4.2) ends up in the generated assembly, thus causing `as` to error
with:

  Error: junk at end of line, first unrecognized character is `('

It appears that the parenthesis are actually concatenated to the
generated name for identifier. This patch just removes them.

Signed-off-by: default avatarEderson de Souza <ederson.desouza@intel.com>
parent 780bc430
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment