]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Duh. Un-break specialisation of x86 guest helper functions. Duh.
authorJulian Seward <jseward@acm.org>
Mon, 20 Dec 2004 05:45:39 +0000 (05:45 +0000)
committerJulian Seward <jseward@acm.org>
Mon, 20 Dec 2004 05:45:39 +0000 (05:45 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@677

VEX/priv/guest-x86/ghelpers.c

index 6bbc8e7cb997ae77b00f05b49c124292a5fc7fb6..a04d0d985edadcb84e3f2d026a6bc70a5cfd20a6 100644 (file)
@@ -686,9 +686,9 @@ IRExpr* guest_x86_spechelper ( Char* function_name,
    vex_printf("\n");
 #  endif
 
-   /* --------- specialising "calculate_eflags_c" --------- */
+   /* --------- specialising "x86g_calculate_eflags_c" --------- */
 
-   if (vex_streq(function_name, "calculate_eflags_c")) {
+   if (vex_streq(function_name, "x86g_calculate_eflags_c")) {
       /* specialise calls to above "calculate_eflags_c" function */
       IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep;
       vassert(arity == 4);
@@ -719,9 +719,9 @@ IRExpr* guest_x86_spechelper ( Char* function_name,
       return NULL;
    }
 
-   /* --------- specialising "calculate_condition" --------- */
+   /* --------- specialising "x86g_calculate_condition" --------- */
 
-   if (vex_streq(function_name, "calculate_condition")) {
+   if (vex_streq(function_name, "x86g_calculate_condition")) {
       /* specialise calls to above "calculate condition" function */
       IRExpr *cond, *cc_op, *cc_dep1, *cc_dep2, *cc_ndep;
       vassert(arity == 5);