SmallC: Fix initialization of static/global pointers
authorAlan Cox <alan@linux.intel.com>
Sun, 29 Oct 2017 18:28:23 +0000 (18:28 +0000)
committerAlan Cox <alan@linux.intel.com>
Sun, 29 Oct 2017 18:28:23 +0000 (18:28 +0000)
commit1f9581cd9ead15bc6bca7a5fdc74a251716c0896
treeefcd65275c9470f990ff98747b778e75e750a2b5
parent0a75e2fc3ecc77f3ebe1a41c6a44fb000ffae042
SmallC: Fix initialization of static/global pointers

It's trivial to add the code generation for this and it's an annoying lack in
the compiler.
Applications/SmallC/sym.c