gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-exchange] branch master updated: Instruction pointer


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: Instruction pointer gets negative values too.
Date: Thu, 28 Jun 2018 21:36:18 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new b9fa9bc  Instruction pointer gets negative values too.
b9fa9bc is described below

commit b9fa9bc48bf6263a01aaf53345f51a6c43cf5a4f
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Jun 28 21:35:43 2018 +0200

    Instruction pointer gets negative values too.
---
 src/include/taler_testing_lib.h | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h
index b63bd8c..694db70 100644
--- a/src/include/taler_testing_lib.h
+++ b/src/include/taler_testing_lib.h
@@ -190,9 +190,11 @@ struct TALER_TESTING_Interpreter
 
   /**
    * Instruction pointer.  Tells #interpreter_run() which
-   * instruction to run next.
+   * instruction to run next.  Need (signed) int because
+   * it gets -1 when rewinding the interpreter to the first
+   * CMD.
    */
-  unsigned int ip;
+  int ip;
 
   /**
    * Result of the testcases, #GNUNET_OK on success

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]