version 1.18, 2011/03/06 16:44:08
|
version 1.22, 2011/06/20 17:54:14
|
Line 1
|
Line 1
|
/* |
/* |
================================================================================ |
================================================================================ |
RPL/2 (R) version 4.0.21 |
RPL/2 (R) version 4.1.0.prerelease.1 |
Copyright (C) 1989-2011 Dr. BERTRAND Joël |
Copyright (C) 1989-2011 Dr. BERTRAND Joël |
|
|
This file is part of RPL/2. |
This file is part of RPL/2. |
Line 219 controle(struct_processus *s_etat_proces
|
Line 219 controle(struct_processus *s_etat_proces
|
printf("+++Fatal : Hash code mismatch\n"); |
printf("+++Fatal : Hash code mismatch\n"); |
printf("Function %s(%s)\n", type, registre); |
printf("Function %s(%s)\n", type, registre); |
printf("Computed hash code : %s\n", somme_hexadecimale); |
printf("Computed hash code : %s\n", somme_hexadecimale); |
printf("Expected hasd code : %s\n", somme_candidate); |
printf("Expected hash code : %s\n", somme_candidate); |
} |
} |
|
|
drapeau = d_faux; |
drapeau = d_faux; |