Marco Costalba
917944e9c5
Fix an assert in SMP case
...
SMP case is very tricky and raises an assert in stage_moves():
assert(stage == KILLERS_S1 || stage == QUIETS_1_S1 || stage == QUIETS_2_S1)
So rewrite the code to just return moves[] when we are sure
we are in quiet moves stages.
Also rename stage_moves to quiet_moves to reflect that.
No functional change (but needs testing in SMP case)
2013-11-17 10:24:25 +01:00
..
2013-09-29 09:43:10 +02:00
2013-10-05 18:10:43 +02:00
2013-11-10 12:05:19 +01:00
2013-11-10 17:14:46 +01:00
2013-07-24 19:49:17 +02:00
2013-09-27 09:04:24 +02:00
2013-07-24 19:49:17 +02:00
2013-10-24 20:40:26 +02:00
2013-10-23 19:56:35 +02:00
2013-11-10 11:52:38 +01:00
2013-11-09 10:17:27 +01:00
2013-10-31 06:13:30 +01:00
2013-09-28 04:16:16 -07:00
2013-11-10 09:48:49 +01:00
2013-07-24 19:49:17 +02:00
2013-10-05 18:12:52 +02:00
2013-08-03 18:30:43 +02:00
2013-11-11 19:53:19 +01:00
2013-10-05 18:10:43 +02:00
2013-11-17 10:24:25 +01:00
2013-11-17 10:24:25 +01:00
2013-11-07 22:26:03 +01:00
2013-07-24 19:49:17 +02:00
2013-11-10 17:21:59 +01:00
2013-10-31 06:13:30 +01:00
2013-08-03 18:30:43 +02:00
2013-11-10 17:14:46 +01:00
2013-11-07 22:26:03 +01:00
2013-07-24 19:49:17 +02:00
2013-10-13 03:35:17 -07:00
2013-11-17 10:24:25 +01:00
2013-11-09 10:17:27 +01:00
2013-11-01 08:56:15 +01:00
2013-11-01 08:56:15 +01:00
2013-10-27 08:03:58 +01:00
2013-10-05 18:12:52 +02:00
2013-11-09 10:17:27 +01:00
2013-11-09 10:17:27 +01:00
2013-10-24 20:40:26 +02:00
2013-08-21 08:41:47 +02:00
2013-10-08 21:24:21 +02:00
2013-07-24 19:49:17 +02:00