From 85578cdc4d441c7197c69ab68dfe7c293331e6c8 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Mon, 25 Nov 2013 12:49:55 +0000 Subject: utils/regtools/qeditor: fix compilation by avoiding g++ specific syntax Change-Id: Ie3d36c6c235a5fd70ffc51552fae3392a015beb0 --- utils/regtools/qeditor/std_analysers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/regtools/qeditor/std_analysers.cpp') diff --git a/utils/regtools/qeditor/std_analysers.cpp b/utils/regtools/qeditor/std_analysers.cpp index 76ee070..aef45e7 100644 --- a/utils/regtools/qeditor/std_analysers.cpp +++ b/utils/regtools/qeditor/std_analysers.cpp @@ -693,7 +693,7 @@ void PinAnalyser::FillList() const char *package_type[8] = { - [0] = "bga169", [1] = "bga100", [2] = "lqfp100", [3] = "lqfp128", + "bga169", "bga100", "lqfp100", "lqfp128", 0, 0, 0, 0 }; if(!helper.ReadRegisterField("DIGCTL", "STATUS", "PACKAGE_TYPE", value)) -- cgit v1.1