aboutsummaryrefslogtreecommitdiff
path: root/source/testLoops.h
diff options
context:
space:
mode:
authorEmilio G. Cota <cota@braap.org>2018-09-08 16:59:37 -0400
committerEmilio G. Cota <cota@braap.org>2018-09-08 16:59:44 -0400
commitca9fa2ba05625ba929958f163b01747e07dd39cc (patch)
tree314b3f11308378d73f0d16debb295fe48ba53502 /source/testLoops.h
parent06b20075dd3c1a5d0dd007a93643282832221612 (diff)
downloadberkeley-testfloat-3-ca9fa2ba05625ba929958f163b01747e07dd39cc.zip
berkeley-testfloat-3-ca9fa2ba05625ba929958f163b01747e07dd39cc.tar.gz
berkeley-testfloat-3-ca9fa2ba05625ba929958f163b01747e07dd39cc.tar.bz2
testLoops: add testLoops_trueFlagsFunction
Instead of using *trueFlagsPtr. This will allow us to test code paths that depend on certain flags already being set. Signed-off-by: Emilio G. Cota <cota@braap.org>
Diffstat (limited to 'source/testLoops.h')
-rw-r--r--source/testLoops.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/testLoops.h b/source/testLoops.h
index f9b88d7..8671fc5 100644
--- a/source/testLoops.h
+++ b/source/testLoops.h
@@ -42,7 +42,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
extern bool testLoops_forever;
-extern uint_fast8_t *testLoops_trueFlagsPtr;
+extern uint_fast8_t (*testLoops_trueFlagsFunction)( void );
extern uint_fast8_t (*testLoops_subjFlagsFunction)( void );
/*----------------------------------------------------------------------------