summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--all.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/all.h b/all.h
index 6053a1a..e53e290 100644
--- a/all.h
+++ b/all.h
@@ -279,11 +279,11 @@ struct Alias {
 
 struct Tmp {
 	char name[NString];
-	uint bid; /* id of a defining block */
 	Use *use;
 	uint ndef, nuse;
+	uint bid; /* id of a defining block */
 	uint cost;
-	short slot; /* -1 for unset */
+	int slot; /* -1 for unset */
 	short cls;
 	struct {
 		int r;  /* register or -1 */