comparison src/cpu/x86/vm/assembler_x86.cpp @ 1489:cff162798819

6888953: some calls to function-like macros are missing semicolons Reviewed-by: pbk, kvn
author jcoomes
date Sun, 11 Oct 2009 16:19:25 -0700
parents 0a43776437b6
children df736661d0c8
comparison
equal deleted inserted replaced
1488:615a9d95d265 1489:cff162798819
7973 case 0: return "valid"; 7973 case 0: return "valid";
7974 case 1: return "zero"; 7974 case 1: return "zero";
7975 case 2: return "special"; 7975 case 2: return "special";
7976 case 3: return "empty"; 7976 case 3: return "empty";
7977 } 7977 }
7978 ShouldNotReachHere() 7978 ShouldNotReachHere();
7979 return NULL; 7979 return NULL;
7980 } 7980 }
7981 7981
7982 void print() const { 7982 void print() const {
7983 // print computation registers 7983 // print computation registers