From 66a2d46318816b6193cbcef62b9a49e982fd8098 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sun, 21 Dec 2008 00:08:00 -0500 Subject: [PATCH] Added a FIXME. --- mojoshader.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mojoshader.c b/mojoshader.c index e1edb6c2..3d399e0e 100644 --- a/mojoshader.c +++ b/mojoshader.c @@ -6506,6 +6506,7 @@ static int parse_version_token(Context *ctx, const char *profilestr) // http://msdn.microsoft.com/en-us/library/bb205440(VS.85).aspx // This may tell us high-level truths about an otherwise generic low-level // registers, for instance, how large an array actually is, etc. +// !!! FIXME: parse symbols. static void parse_constant_table(Context *ctx, const uint32 bytes) { const uint8 *start = (uint8 *) &ctx->tokens[2];