i965: Remove an extra semicolon
authorAnuj Phogat <anuj.phogat@gmail.com>
Wed, 24 May 2017 20:57:57 +0000 (13:57 -0700)
committerAnuj Phogat <anuj.phogat@gmail.com>
Thu, 1 Jun 2017 19:14:58 +0000 (12:14 -0700)
Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com>
Reviewed-by: Alejandro PiƱeiro <apinheiro@igalia.com>
src/mesa/drivers/dri/i965/genX_state_upload.c

index cc6542163ebb66930c83e103a3f397dedaca8fd5..23358c4551b29e8ad364ff4d9bc71cbb40934ae2 100644 (file)
@@ -3699,7 +3699,7 @@ genX(upload_cs_state)(struct brw_context *brw)
 
       const uint32_t subslices = MAX2(brw->screen->subslice_total, 1);
       vfe.MaximumNumberofThreads = devinfo->max_cs_threads * subslices - 1;
-      vfe.NumberofURBEntries = GEN_GEN >= 8 ? 2 : 0;;
+      vfe.NumberofURBEntries = GEN_GEN >= 8 ? 2 : 0;
       vfe.ResetGatewayTimer =
          Resettingrelativetimerandlatchingtheglobaltimestamp;
 #if GEN_GEN < 9