commit | b4bbc71369e924190dc0b0f55af935d6a94a228f | [log] [tgz] |
---|---|---|
author | Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> | Tue Jun 21 21:43:24 2016 -0700 |
committer | Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> | Wed Jun 22 17:39:43 2016 +0000 |
tree | 1bbd2197baf3b3a35e99cfdc53ec2c27229ce459 | |
parent | fbffa2a12f4ce6bcf24123242f471261fdb11b55 [diff] |
gdb_server: fix semicolon that depends on #define supported_features_cmd is a string which part of is added based on a However, the semicolon to do so was being only included if the #define was there; if not it was generating a syntax error. Place it out of the #ifdef block. Change-Id: Idd7e80519719b5ad432971e758a05546df8a89e2 Signed-off-by: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>