[amd64] Save missing register
[mono.git] / mcs / errors / cs0500.cs
index 8417a6ca2b1693ba1051a288d179683a148e4f16..a66f0c255b3224c21ff3b28823fb45f1df056321 100644 (file)
@@ -1,4 +1,4 @@
-// cs0500.cs: `X.B()' cannot declare a body because it is marked abstract
+// CS0500: `X.B()' cannot declare a body because it is marked abstract
 // Line: 5
 
 abstract class X {