diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-07-11 18:15:22 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-07-11 18:15:22 +0000 |
| commit | 2f674df20581af4d9edd8fbc7c613c86f6f9be92 (patch) | |
| tree | ba0a3e329f85a0e67902fb0e16640fcc5c4ba8e8 /lib/base/object.h | |
| parent | 1837e66b4c16260152cc9e98d7331dea368ea565 (diff) | |
| download | enigma2-2f674df20581af4d9edd8fbc7c613c86f6f9be92.tar.gz enigma2-2f674df20581af4d9edd8fbc7c613c86f6f9be92.zip | |
remove unneeded nop the gcc-as add this self
Diffstat (limited to 'lib/base/object.h')
| -rw-r--r-- | lib/base/object.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/base/object.h b/lib/base/object.h index ed7dda8d..68507a2b 100644 --- a/lib/base/object.h +++ b/lib/base/object.h @@ -57,7 +57,6 @@ public: " sc %0, %1 # try to store, checking for atomicity \n" \ " .set mips0 \n" \ " beqz %0, 1b # if not atomic (0), try again \n" \ - " nop # branch-delay slot \n" \ : "=&r" (temp), "=m" ((int)ref) \ : "m" ((int)ref) \ : "memory"); \ @@ -74,7 +73,6 @@ public: " sc %0, %1 \n" \ " .set mips0 \n" \ " beqz %0, 1b \n" \ - " nop \n" \ : "=&r" (temp), "=m" ((int)ref) \ : "m" ((int)ref) \ : "memory"); \ |
