diff options
Diffstat (limited to 'emu/port/lock.c')
| -rw-r--r-- | emu/port/lock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emu/port/lock.c b/emu/port/lock.c index 7028dbd8..9c53e7e0 100644 --- a/emu/port/lock.c +++ b/emu/port/lock.c @@ -34,7 +34,7 @@ canlock(Lock *l) void unlock(Lock *l) { - coherence(); +// coherence(); l->val = 0; } |
