[xdebug-dev] xdebug xdebug/xdebug_private.h - Fixed bug #125: show_mem_delta does not calculate correct negative values on

From: Derick Rethans <derick[@]derickrethans.nl>
Date: Fri, 27 Jan 2006 10:22:45 +0100

Date: Fri Jan 27 10:22:44 CET 2006
User: Derick Rethans
Directory: xdebug

Log Message:
[0.25]
- Fixed bug #125: show_mem_delta does not calculate correct negative values on
  64bit machines.

Modified files:
           xdebug/xdebug_private.h (version: 1.17)

[FILE: /xdebug/xdebug_private.h]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- xdebug/xdebug_private.h:1.16 Sun Jan 01 14:27:27 2006 GMT
+++ xdebug/xdebug_private.h Fri Jan 27 08:22:44 2006 GMT
@@ -151,8 +151,8 @@
         HashTable *symbol_table;
 
         /* tracing properties */
- unsigned int memory;
- unsigned int prev_memory;
+ signed long memory;
+ signed long prev_memory;
         double time;
 
         /* profiling properties */
Received on Fri Jan 27 2006 - 10:22:50 GMT

This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST